Add keystate to keybind data class constructor
This commit is contained in:
@@ -911,7 +911,7 @@ function initClassTable() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
keyBindData: class {
|
keyBindData: class {
|
||||||
constructor(dbAssoc = false, key = 0, commandString = "") {
|
constructor(dbAssoc = false, key = 0, commandString = "", keyState = AG_KEYSTATE_UP) {
|
||||||
this.databaseId = 0;
|
this.databaseId = 0;
|
||||||
this.key = key;
|
this.key = key;
|
||||||
this.account = 0;
|
this.account = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user