mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Merged develop
--HG-- branch : dfighter-tools
This commit is contained in:
commit
d053bb51c2
1 changed files with 3 additions and 0 deletions
|
@ -1851,6 +1851,9 @@ bool CDriverGL::setMode(const GfxMode& mode)
|
|||
#if defined(NL_OS_WINDOWS)
|
||||
// save relative cursor
|
||||
POINT cursorPos;
|
||||
cursorPos.x = 0;
|
||||
cursorPos.y = 0;
|
||||
|
||||
BOOL cursorPosOk = isSystemCursorInClientArea()
|
||||
&& GetCursorPos(&cursorPos)
|
||||
&& ScreenToClient(_win, &cursorPos);
|
||||
|
|
Loading…
Reference in a new issue