diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2016-03-29 13:30:00 +0300 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2016-03-29 13:30:00 +0300 |
commit | 272d40a0892108de5e54f8b440f95e4c270686a7 (patch) | |
tree | 8286027e8fd2b61e92219dc17f519324993bbcc1 /indra/llwindow/llwindowmacosx-objc.h | |
parent | d9545003ed3b4f28d10ccee6939831ff7d74b53f (diff) |
MAINT-6239 [Mac] Computer cursor appears attached to crosshair after using modifier keys in mouselook
Diffstat (limited to 'indra/llwindow/llwindowmacosx-objc.h')
-rwxr-xr-x | indra/llwindow/llwindowmacosx-objc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwindow/llwindowmacosx-objc.h b/indra/llwindow/llwindowmacosx-objc.h index ce74fc83cc..507d1239be 100755 --- a/indra/llwindow/llwindowmacosx-objc.h +++ b/indra/llwindow/llwindowmacosx-objc.h @@ -92,6 +92,7 @@ void setCrossCursor(); void setNotAllowedCursor(); void hideNSCursor(); void showNSCursor(); +bool isCGCursorVisible(); void hideNSCursorTillMove(bool hide); void requestUserAttention(); long showAlert(std::string title, std::string text, int type); |