mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
Attempt to fix global hotkeys not working on steam deck (grabs keys, cant press buttons)
This commit is contained in:
10
tools/gsr-global-hotkeys/keys.h
Normal file
10
tools/gsr-global-hotkeys/keys.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef KEYS_H
|
||||
#define KEYS_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
bool is_key_or_mouse_button(uint32_t keycode);
|
||||
bool is_mouse_button(uint32_t keycode);
|
||||
|
||||
#endif /* KEYS_H */
|
||||
Reference in New Issue
Block a user