ebiten/internal/driver
Hajime Hoshi 83b2d4b112 input: driver.Key now distinguishes left/right modifier keys
This is a preparation for event package, that will have key enum.

Updates #926
2019-09-01 23:49:00 +09:00
..
compositemode.go graphicscommand: Improve debug messages 2019-07-19 23:35:13 +09:00
filter.go graphics: Move const definitions to driver package 2019-06-26 01:05:13 +09:00
gamepadbutton.go input: Move MouseButton and GamepadButton to driver package 2019-03-30 23:19:52 +09:00
graphics.go driver: Add Graphics.MaxImageSize and use it 2019-07-04 01:10:11 +09:00
input.go driver: Remove Touch struct 2019-04-07 19:25:10 -04:00
keys.go input: driver.Key now distinguishes left/right modifier keys 2019-09-01 23:49:00 +09:00
mousebutton.go input: Move MouseButton and GamepadButton to driver package 2019-03-30 23:19:52 +09:00
ui.go Bug fix: Compile error on GOOS=linux CGO_ENABLED=0 2019-08-01 08:17:58 +09:00