diff options
Diffstat (limited to 'base/mac_util.h')
-rw-r--r-- | base/mac_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/mac_util.h b/base/mac_util.h index 8628e6c..1a0a043 100644 --- a/base/mac_util.h +++ b/base/mac_util.h @@ -87,6 +87,9 @@ void RequestFullScreen(); // this will show the menu bar. Must be called on main thread. void ReleaseFullScreen(); +// Set the visibility of the cursor. +void SetCursorVisibility(bool visible); + // Activates the process with the given PID. void ActivateProcess(pid_t); |