mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 08:35:47 +00:00
settings: Fix mouse and keyboard mappings
This commit is contained in:
parent
6743753bc7
commit
d1bac9024d
10 changed files with 100 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue