Hajime Hoshi
|
18364268de
|
Add event package
Updates #926
|
2020-03-21 03:34:22 +09:00 |
|
Hajime Hoshi
|
60c6626235
|
event: Remove the directory
|
2020-03-21 03:34:08 +09:00 |
|
Hajime Hoshi
|
695c93efd6
|
event: Add a converting function from driver.Event to event.Event
Update #926
|
2019-09-12 21:59:13 +09:00 |
|
Hajime Hoshi
|
ba08a5bb55
|
event: Add a comment at Modifier
Updates #926
|
2019-09-03 01:18:20 +09:00 |
|
Hajime Hoshi
|
25a2bf3c1f
|
event: Add Modifier
Modifier keys are selected of a common set of GLFW keys [1] and Web
API keys [2].
This change also renames the member Modifiers to Modifer to
follow the convension (e.g., [3]).
Updates #926
[1] https://www.glfw.org/docs/latest/group__mods.html
[2] https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/getModifierState
[3] https://godoc.org/golang.org/x/tools/go/packages#Config
|
2019-09-03 01:12:50 +09:00 |
|