Disabled event suppression after cursor movements.

This commit is contained in:
the_fiddler 2010-11-26 10:59:08 +00:00
parent 1a3df17dff
commit 7f0212a5fe

View file

@ -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));
}