[nostalgia/core] Fix GBA input
This commit is contained in:
parent
b214a7612a
commit
e1c82117f9
@ -4,11 +4,13 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <ox/std/defines.hpp>
|
||||||
|
|
||||||
namespace nostalgia::core {
|
namespace nostalgia::core {
|
||||||
|
|
||||||
enum Key {
|
enum Key {
|
||||||
// GBA implementation currently relies on GamePad entry order
|
// GBA implementation currently relies on GamePad entry order
|
||||||
GamePad_A = 1,
|
GamePad_A = 0,
|
||||||
GamePad_B,
|
GamePad_B,
|
||||||
GamePad_Select,
|
GamePad_Select,
|
||||||
GamePad_Start,
|
GamePad_Start,
|
||||||
@ -57,7 +59,9 @@ enum Key {
|
|||||||
Alpha_Y,
|
Alpha_Y,
|
||||||
Alpha_Z,
|
Alpha_Z,
|
||||||
|
|
||||||
|
Mod_Alt,
|
||||||
Mod_Ctrl,
|
Mod_Ctrl,
|
||||||
|
Mod_Super,
|
||||||
Mod_Shift,
|
Mod_Shift,
|
||||||
|
|
||||||
End
|
End
|
||||||
|
Loading…
Reference in New Issue
Block a user