GetChar on monkey and Ubuntu 14

Monkey Forums/Monkey Programming/GetChar on monkey and Ubuntu 14

EdzUp(Posted 2014) [#1]
Can someone please test the GetChar example in the help docs as when I test GetChar I always get 0 returned no matter the keys I press.


sionco(Posted 2014) [#2]
It works for me on ubuntu,

If char>=32
textInput+=String.FromChar(char)



EdzUp(Posted 2014) [#3]
Yeah managed to fix it had a corrupt package in the end :/