mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- backend update fromGZDoom.
most importantly this addresses issues with key down/key up events being sent in the same tic not having an effect on game actions that require a key being held down.
This commit is contained in:
parent
1228cb6044
commit
b7c7328cdd
13 changed files with 55 additions and 15 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
#include <stddef.h>
|
||||
#include "templates.h"
|
||||
|
||||
|
||||
#include "filesystem.h"
|
||||
#include "v_video.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue