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