mirror of
https://github.com/ptitSeb/box86.git
synced 2024-11-23 06:39:55 +00:00
Added 2 wrapped functions to sdl2
This commit is contained in:
parent
7748d10246
commit
24f2c68805
@ -380,6 +380,7 @@ GO(SDL_JoystickGetHat, CFpi)
|
||||
GO(SDL_JoystickGetPlayerIndex, iFp)
|
||||
GO(SDL_JoystickGetProduct, WFp)
|
||||
GO(SDL_JoystickGetProductVersion, WFp)
|
||||
GO(SDL_JoystickGetSerial, pFp)
|
||||
GO(SDL_JoystickGetType, iFp)
|
||||
GO(SDL_JoystickGetVendor, WFp)
|
||||
GO(SDL_JoystickInstanceID, iFp)
|
||||
@ -392,6 +393,7 @@ GO(SDL_JoystickNumButtons, iFp)
|
||||
GO(SDL_JoystickNumHats, iFp)
|
||||
GO(SDL_JoystickOpen, pFi)
|
||||
GO(SDL_JoystickRumble, iFpWWu)
|
||||
GO(SDL_JoystickRumbleTriggers, iFpWWu)
|
||||
GO(SDL_JoystickUpdate, vFv)
|
||||
GO(SDL_LinuxSetThreadPriority, iFIi)
|
||||
GO(SDL_lltoa, pFIpi)
|
||||
|
Loading…
Reference in New Issue
Block a user