summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-05-02 15:07:20 -0400
committerBrian Potchik <brian@vector35.com>2020-05-02 15:07:20 -0400
commit421d55ed5736ccf1dbc6d7feabc4de0521402f4c (patch)
tree9dc16f79e289de9ca07b73c0c8ca3cbac2eb9a2e
parent2fd16f7a4606d3a597528bff8124ab7b0654d902 (diff)
Add hide mouse cursor ability for macOS.
-rw-r--r--ui/platformcursor.h4
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();