mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-27 01:57:51 -05:00
settings: Fix mouse and keyboard mappings
This commit is contained in:
@ -143,6 +143,9 @@ public:
|
||||
void DeleteCallback(int key);
|
||||
|
||||
private:
|
||||
/// Helps assigning a value to keyboard_state
|
||||
void UpdateKey(std::size_t key_index, bool status);
|
||||
|
||||
/**
|
||||
* Updates the touch status of the console
|
||||
* @param callback: A CallbackStatus containing the key status
|
||||
|
Reference in New Issue
Block a user