Files
gpu-screen-recorder-ui/tools/gsr-global-hotkeys/keys.h

11 lines
174 B
C

#ifndef KEYS_H
#define KEYS_H
#include <stdbool.h>
#include <stdint.h>
bool is_keyboard_key(uint32_t keycode);
bool is_mouse_button(uint32_t keycode);
#endif /* KEYS_H */