- 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:
Christoph Oelckers 2021-11-21 10:19:52 +01:00
parent 1228cb6044
commit b7c7328cdd
13 changed files with 55 additions and 15 deletions

View file

@ -21,7 +21,7 @@
*/
#include <stddef.h>
#include "templates.h"
#include "filesystem.h"
#include "v_video.h"