diff options
| author | Brian Potchik <brian@vector35.com> | 2020-05-02 15:07:20 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2020-05-02 15:07:20 -0400 |
| commit | 421d55ed5736ccf1dbc6d7feabc4de0521402f4c (patch) | |
| tree | 9dc16f79e289de9ca07b73c0c8ca3cbac2eb9a2e /ui/platformcursor.h | |
| parent | 2fd16f7a4606d3a597528bff8124ab7b0654d902 (diff) | |
Add hide mouse cursor ability for macOS.
Diffstat (limited to 'ui/platformcursor.h')
| -rw-r--r-- | ui/platformcursor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/platformcursor.h b/ui/platformcursor.h new file mode 100644 index 00000000..5e19b65f --- /dev/null +++ b/ui/platformcursor.h @@ -0,0 +1,4 @@ +#pragma once + + +void hideCursorUntilMouseMoves(); |
