Commit Graph

21 Commits

Author SHA1 Message Date
rxi
d0c361a451 Updated copyright year; 2016 -> 2017 2017-01-13 22:40:12 +00:00
rxi
4063c335d3 Renamed keyboard.c's KeyEvent -> key_event_t 2017-01-13 21:32:01 +00:00
rxi
8c2f385713 Added missing event_push after making TEXTINPUT event 2016-10-16 15:09:45 +01:00
rxi
719ea5e56a Changed ring buffers' readi/writei from int to unsigned 2016-10-16 13:38:42 +01:00
rxi
de01a59eeb Changed mouse and keyboard to push directly to event.c's queue 2016-10-16 11:41:56 +01:00
rxi
d8210bfc35 Renamed KEYBOARD_KEYPRESS/RELEASE -> KEYBOARD_PRESSED/RELEASED 2016-10-15 16:31:07 +01:00
rxi
a19dad718a Separated lua bindings from keyboard.c 2016-10-15 15:35:08 +01:00
rxi
a4705bffd1 Simplified keyboard interrupt handler, fixed keyboard key states 2016-09-27 19:47:25 +01:00
rxi
4cf83a2280 Fixed KeyEvent's isrepeat always being set true 2016-09-26 21:31:16 +01:00
rxi
71ef28fb45 Added love.keyboard.setKeyRepeat(), disabled key repeat by default 2016-09-25 21:12:09 +01:00
rxi
76a3cb0b61 Added enums for KeyEvent type in keyboard.c 2016-09-25 21:05:04 +01:00
rxi
06cb68125a Added keyrepeat support to keyboard 2016-09-25 21:00:43 +01:00
rxi
7cee8f6854 Changed love.keyboard.isDown() to accept string args 2016-09-24 23:45:59 +01:00
rxi
ccb011be2d Fixed scancodeMap key string for return 2016-09-24 20:45:24 +01:00
rxi
2b8b0e77d4 Fixed scancodeMap key strings for f12 and space 2016-09-24 19:53:55 +01:00
rxi
f17b39868e Implemented love.textinput callback 2016-09-24 19:45:35 +01:00
rxi
bafcc12c95 Changed keyboard callbacks to pass key aswell as scancode 2016-09-24 17:04:38 +01:00
rxi
09e5bb0628 Renamed getEvents() -> poll() on love.mouse/keyboard
Rolled love.mouse.update() into love.mouse.poll()
2016-09-24 11:02:49 +01:00
rxi
dd44e8d1a0 Added mouse module (love.mouse), updated doc/files.md 2016-09-24 10:42:22 +01:00
rxi
b42866dbe8 Updated copyright year 2016-09-22 19:31:05 +01:00
rxi
f34b4f8beb Intial commit 2014-06-13 21:01:19 +01:00