so if i run a program like this:
local ev, k = os.pullEvent("key")
print(k)
it will also type whatever key i press into the shell if it is a visible character. it doesn't seem to happen with arrow keys or return. is there any way to prevent this?
Posted 15 June 2013 - 01:46 PM
local ev, k = os.pullEvent("key")
print(k)
Posted 15 June 2013 - 01:55 PM
Posted 15 June 2013 - 02:09 PM
os.queueEvent("dummy")
os.pullEvent()
0 members, 1 guests, 0 anonymous users