mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 03:57:50 +00:00
Allow fully customisable controller hotkeys
This commit is contained in:
parent
f430449ddb
commit
ba492a616d
4 changed files with 56 additions and 32 deletions
|
@ -59,7 +59,7 @@ private:
|
|||
QStandardItemModel* model;
|
||||
|
||||
void SetPollingResult(Core::HID::NpadButton button, bool cancel);
|
||||
QString GetButtonName(Core::HID::NpadButton button) const;
|
||||
QString GetButtonCombinationName(Core::HID::NpadButton button, bool home, bool capture) const;
|
||||
Core::HID::EmulatedController* controller;
|
||||
std::unique_ptr<QTimer> timeout_timer;
|
||||
std::unique_ptr<QTimer> poll_timer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue