mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 15:05:46 +00:00
implement circle pad modifier
This commit is contained in:
parent
c1cd474866
commit
c7bd2af530
6 changed files with 37 additions and 5 deletions
|
@ -13,7 +13,11 @@ class EmuWindow;
|
|||
namespace KeyMap {
|
||||
|
||||
enum class IndirectTarget {
|
||||
CIRCLE_PAD_UP, CIRCLE_PAD_DOWN, CIRCLE_PAD_LEFT, CIRCLE_PAD_RIGHT,
|
||||
CIRCLE_PAD_UP,
|
||||
CIRCLE_PAD_DOWN,
|
||||
CIRCLE_PAD_LEFT,
|
||||
CIRCLE_PAD_RIGHT,
|
||||
CIRCLE_PAD_MODIFIER,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue