Esempio n. 1
0
 internal static void InvokeCursorPos(GlFwForm f, double x, double y)
 {
     //TODO: implement detail methods
     f._latestMouseX = x;
     f._latestMouseY = y;
     f.OnMouseMove(x, y);
 }