Fixed various type and print format issues
This commit is contained in:
parent
39ee818f98
commit
b7caec8ae2
5 changed files with 37 additions and 18 deletions
|
@ -42,8 +42,8 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
|
||||
typedef Uint64 SDL_TouchID;
|
||||
typedef Uint64 SDL_FingerID;
|
||||
typedef Sint64 SDL_TouchID;
|
||||
typedef Sint64 SDL_FingerID;
|
||||
|
||||
|
||||
struct SDL_Finger {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue