Added ball, touchpad, and sensor support for virtual joysticks
Fixes https://github.com/libsdl-org/SDL/issues/9542
This commit is contained in:
@@ -48,7 +48,7 @@ extern "C" {
|
||||
|
||||
/* General keyboard/mouse state definitions */
|
||||
#define SDL_RELEASED 0
|
||||
#define SDL_PRESSED 1
|
||||
#define SDL_PRESSED 1
|
||||
|
||||
/**
|
||||
* The types of events that can be delivered.
|
||||
|
||||
Reference in New Issue
Block a user