KeyPress-Ereignis in Lua?

ist es möglich, Benutzer-Tastendruck-auf lua?
fe.

while true do
    if keyPress(27)==true then
        print("You just pressed ESC")
    end
end

InformationsquelleAutor | 2011-04-16

Schreibe einen Kommentar