Improve CONTROL_GetMouseDelta()

git-svn-id: https://svn.eduke32.com/eduke32@7142 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-11-18 18:05:03 +00:00
parent 04e477557a
commit 9ab8ebce20
2 changed files with 7 additions and 10 deletions

View file

@ -69,7 +69,6 @@ static inline int32_t MOUSE_GetButtons(void)
#define MOUSE_ClearButton(b) (g_mouseBits &= ~b)
#define MOUSE_ClearAllButtons() g_mouseBits = 0
#define MOUSE_GetDelta(x, y) mouseReadPos(x, y)
#ifdef __cplusplus
}