implement circle pad modifier
This commit is contained in:
parent
03631f9b8f
commit
416faa20d1
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