-
- Downloads
Added the AddAdditionalQuitKeys() method, to add additional key characters to...
Added the AddAdditionalQuitKeys() method, to add additional key characters to quit out of the meu in addition to ESC. It takes an array of key characters as strings. For example: lbMenu.AddAdditionalQuitKeys(["q", "Q"]);
Please register or sign in to comment