mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 15:05:46 +00:00
fixup! Refactor input system
This commit is contained in:
parent
c7bd2af530
commit
c4d6e9b70d
2 changed files with 24 additions and 20 deletions
|
@ -12,12 +12,16 @@ class EmuWindow;
|
|||
|
||||
namespace KeyMap {
|
||||
|
||||
/**
|
||||
* Represents a key mapping target that are not 3DS real buttons.
|
||||
* They will be handled by KeyMap and translated to 3DS input.
|
||||
*/
|
||||
enum class IndirectTarget {
|
||||
CIRCLE_PAD_UP,
|
||||
CIRCLE_PAD_DOWN,
|
||||
CIRCLE_PAD_LEFT,
|
||||
CIRCLE_PAD_RIGHT,
|
||||
CIRCLE_PAD_MODIFIER,
|
||||
CirclePadUp,
|
||||
CirclePadDown,
|
||||
CirclePadLeft,
|
||||
CirclePadRight,
|
||||
CirclePadModifier,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue