Disabled event suppression after cursor movements.
This commit is contained in:
parent
1a3df17dff
commit
7f0212a5fe
1 changed files with 1 additions and 0 deletions
|
@ -221,6 +221,7 @@ namespace OpenTK.Platform.MacOS
|
|||
|
||||
void IMouseDriver2.SetPosition(double x, double y)
|
||||
{
|
||||
CG.SetLocalEventsSuppressionInterval(0.0);
|
||||
CG.WarpMouseCursorPosition(new Carbon.HIPoint(x, y));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue