Added a command line option --info event_motion to show mouse and finger motion events

This commit is contained in:
Sam Lantinga 2022-07-29 20:37:38 -07:00
parent 13e0c40ec2
commit 2241bd669f
2 changed files with 11 additions and 9 deletions

View file

@ -50,6 +50,7 @@
#define VERBOSE_RENDER 0x00000004
#define VERBOSE_EVENT 0x00000008
#define VERBOSE_AUDIO 0x00000010
#define VERBOSE_MOTION 0x00000020
typedef struct
{