From 421d55ed5736ccf1dbc6d7feabc4de0521402f4c Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Sat, 2 May 2020 15:07:20 -0400 Subject: Add hide mouse cursor ability for macOS. --- ui/platformcursor.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ui/platformcursor.h 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(); -- cgit v1.3.1