Exemple #1
0
 internal static void GetCursorInfo(IntPtr cursor, out int width, out int height, out int hotspot_x, out int hotspot_y)
 {
                 #if DriverDebug
     Console.WriteLine("GetCursorInfo({0}): Called", cursor.ToInt32());
                 #endif
     driver.GetCursorInfo(cursor, out width, out height, out hotspot_x, out hotspot_y);
 }
Exemple #2
0
 internal static void GetCursorInfo(IntPtr cursor, out int width, out int height, out int hotspot_x, out int hotspot_y)
 {
     DriverDebug("GetCursorInfo ({0}): Called", cursor.ToInt32());
     driver.GetCursorInfo(cursor, out width, out height, out hotspot_x, out hotspot_y);
 }