MantisBT - Zandronum
View Issue Details
0003440Zandronum[All Projects] Bugpublic2018-07-13 20:252024-03-28 14:30
ChebMaster 
 
normalminoralways
closedno change required 
MicrosoftWindowsXP/Vista/7
3.0 
 
0003440: WinAPI quirk makes it impossible to navigate menus via keyboard in Windows 7
Every second the game reacts as if the mouse pointer moved, even if it haven't really moved, resetting your current menu position to mouse pointer position.
This is NOT a mouse jitter issue but a WinAPI quirk. I encountered this while developing a game engine of my own. In certain conditions (I have no idea which exactly)Windows Viata and 7 spam your application window with zero movement messages that arrive approximately once per second. I had to implement a special input filter in my engine, comparing mouse position with previous mouse position and dropping the movement messages if these match.
Note that reason why Windows does this remains mysterious and GZDoom does not have this problem.
For me, this happens each time I run the game in Windows 7. But may or may not depend on specific conditions.
No tags attached.
Issue History
2018-07-13 20:25ChebMasterNew Issue
2024-03-28 14:30Ru5tK1ngNote Added: 0023502
2024-03-28 14:30Ru5tK1ngStatusnew => closed
2024-03-28 14:30Ru5tK1ngResolutionopen => no change required

Notes
(0023502)
Ru5tK1ng   
2024-03-28 14:30   
If you're still having this issue with 3.1 and 3.2 beta, please reopen the ticket.