Custom control: select default and load control in game

This commit is contained in:
khanhduytran0
2020-05-05 08:32:11 +07:00
parent aa14c0f5a6
commit 763ea9638c
18 changed files with 277 additions and 111 deletions

View File

@@ -25,6 +25,8 @@ public interface IMetaKey {
@FieldAccessor
int getMouseButtons();
@FieldAccessor
int getKeyEvent();
@FieldAccessor
int getKeySym();
@FieldAccessor
String getShortcut();