mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-28 04:54:30 +00:00
Update kbm_gui.h
This commit is contained in:
parent
b318cf6b10
commit
11dc07a158
@ -48,9 +48,7 @@ private:
|
|||||||
void DisableMappingButtons();
|
void DisableMappingButtons();
|
||||||
void EnableMappingButtons();
|
void EnableMappingButtons();
|
||||||
void SetMapping(QString input);
|
void SetMapping(QString input);
|
||||||
QString KBMSettings::keyToString(int key);
|
|
||||||
|
|
||||||
QSet<int> pressedKeys;
|
|
||||||
QSet<QString> pressedNonInt;
|
QSet<QString> pressedNonInt;
|
||||||
bool EnableMapping = false;
|
bool EnableMapping = false;
|
||||||
bool MappingCompleted = false;
|
bool MappingCompleted = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user