Example #1
0
 /// <summary>
 /// Creates a new instance of CursorInfo.
 /// </summary>
 /// <returns>New instance of CursorInfo</returns>
 public static CursorInfo New()
 {
     var info = new CursorInfo
                	{
                		size = (uint)Marshal.SizeOf(typeof(CursorInfo))
                	};
     return info;
 }
Example #2
0
 private static extern bool GetCursorInfo(ref CursorInfo cursorInfo);