示例#1
0
 internal static void DestroyCursor(IntPtr cursor)
 {
                 #if DriverDebug
     Console.WriteLine("DestroyCursor({0:X}): Called", cursor.ToInt32());
                 #endif
     driver.DestroyCursor(cursor);
 }
示例#2
0
 internal static void DestroyCursor(IntPtr cursor)
 {
     DriverDebug("DestroyCursor ({0:X}): Called", cursor.ToInt32());
     driver.DestroyCursor(cursor);
 }