-
Mikkel Jørgensen started the topic KeyCode clarification in the forum [App] Help Wanted
I’m having issues with what keycodes to use, I’ve read the page about costume controllers, but that only gives key code names and I can’t get any of the options to work completely
At this point I have this where only the Up and Down doesn’t work, and this matches with the HID Usage Table, however the UP and Down does nothing and I can’t find any keyCodes that does
0x28, // Enter key
0x50, // DPAD Left
0x4F, // DPAD Right
0x52, // DPAD Up
0x51, // DPAD Down
0x3E, // F5 key
0x3F, // F6 key
0x40 // F7 key