Allow button targets to handle keyboard events.
This commit is contained in:
parent
61fe5208e6
commit
32fa7d27e0
4 changed files with 123 additions and 88 deletions
|
@ -18,6 +18,7 @@ const (
|
|||
RuleTypeAxisToRelaxis = "axis-to-relaxis"
|
||||
|
||||
CodePrefixButton = "BTN"
|
||||
CodePrefixKey = "KEY"
|
||||
CodePrefixAxis = "ABS"
|
||||
CodePrefixRelaxis = "REL"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue