mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 09:18:27 +00:00
Added a command line option --info event_motion
to show mouse and finger motion events
This commit is contained in:
parent
13e0c40ec2
commit
2241bd669f
2 changed files with 11 additions and 9 deletions
|
@ -50,6 +50,7 @@
|
|||
#define VERBOSE_RENDER 0x00000004
|
||||
#define VERBOSE_EVENT 0x00000008
|
||||
#define VERBOSE_AUDIO 0x00000010
|
||||
#define VERBOSE_MOTION 0x00000020
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue