[DllImport("user32.dll")]
static extern int ShowCursor(BOOL bShow);
None.
bShow
[in] Specifies whether the internal display counter is to be incremented or decremented. If bShow is TRUE, the display count is incremented by one. If bShow is FALSE, the display count is decremented by one.
Please add some!
Please add some!
Do you know one? Please contribute it!