mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore(style): clean up function declarations in app
This commit is contained in:
parent
5efdfe3d22
commit
b03eef7b1d
3 changed files with 14 additions and 14 deletions
|
|
@ -18,13 +18,13 @@ class MacClient {
|
|||
static KEY s_specialKeyConversion[128];
|
||||
static KEY s_keyConversion[128];
|
||||
|
||||
static void CheckKeyboardLayout(void);
|
||||
static double GetMouseSpeed(void);
|
||||
static bool GetTextInputEnabled(void);
|
||||
static void InitializeKeyConversion(void);
|
||||
static bool IsUsingGLLayer(void);
|
||||
static void PostClipboardKeyEvents(MacClient::ClipboardAction);
|
||||
static void SetMouseCoalescingEnabled(bool);
|
||||
static void CheckKeyboardLayout();
|
||||
static double GetMouseSpeed();
|
||||
static bool GetTextInputEnabled();
|
||||
static void InitializeKeyConversion();
|
||||
static bool IsUsingGLLayer();
|
||||
static void PostClipboardKeyEvents(ClipboardAction action);
|
||||
static void SetMouseCoalescingEnabled(bool enabled);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue