Re: set the cursor to none not working in LC 7.0.3
Posted: Tue Mar 28, 2017 3:11 pm
Hi Oliver,
the cursor is hidden but mouse actions are still working, e.g. mouseUp
If you lock the cursor which you have to do anyways you could add to your relevant controls
You would have to add this to all of the controls and mouse-related commands but that makes sure the user does not click accidentally at a control while the cursor is "none"
From what I gather on a Mac preCocoa the hidden cursor did not trigger any mouse action whereas with Cocoa it does.
Kind regards
Bernd
the cursor is hidden but mouse actions are still working, e.g. mouseUp
If you lock the cursor which you have to do anyways you could add to your relevant controls
Code: Select all
if the lockCursor then exit mouseUpFrom what I gather on a Mac preCocoa the hidden cursor did not trigger any mouse action whereas with Cocoa it does.
Kind regards
Bernd