Home
last modified time | relevance | path

Searched refs:gSysCursorInfo (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dcursoricon.c25 SYSTEM_CURSORINFO gSysCursorInfo; variable
66 gSysCursorInfo.Enabled = FALSE; in InitCursorImpl()
67 gSysCursorInfo.ButtonsDown = 0; in InitCursorImpl()
68 gSysCursorInfo.bClipped = FALSE; in InitCursorImpl()
69 gSysCursorInfo.LastBtnDown = 0; in InitCursorImpl()
70 gSysCursorInfo.CurrentCursorObject = NULL; in InitCursorImpl()
71 gSysCursorInfo.ShowingCursor = -1; in InitCursorImpl()
72 gSysCursorInfo.ClickLockActive = FALSE; in InitCursorImpl()
73 gSysCursorInfo.ClickLockTime = 0; in InitCursorImpl()
189 return &gSysCursorInfo; in IntGetSysCursorInfo()