Example #1
0
 internal static void CreateCaret(IntPtr handle, int width, int height)
 {
                 #if DriverDebug
     Console.WriteLine("CreateCaret({0:X}), {1}, {2}: Called", handle.ToInt32(), width, height);
                 #endif
     driver.CreateCaret(handle, width, height);
 }
Example #2
0
 internal static void CreateCaret(IntPtr handle, int width, int height)
 {
     DriverDebug("CreateCaret ({0:X}), {1}, {2}: Called", handle.ToInt32(), width, height);
     driver.CreateCaret(handle, width, height);
 }