cmann1 / dustmod-issues

Dustmod issue tracker
0 stars 0 forks source link

`text_input` does not return newlines #42

Closed cmann1 closed 3 years ago

cmann1 commented 3 years ago

Maybe this is intended behaviour? A related issue is that shift+enter no longer adds lines to text triggers.

msg555 commented 3 years ago

text_input only includes printable characters. WM_CHAR gives slightly more than this but I had to cut it down to match what we get out of SDL2 for non-windows builds.

cmann1 commented 3 years ago

I see. Well it will be easy enough to reimplement in the trigger logic.