Sam Lantinga
|
a90ad3b0e2
Removed SDL_bool in favor of plain bool
|
7 months ago |
Sam Lantinga
|
37c9fb490e
Changed enums to use XXX_COUNT for the count or number of values
|
7 months ago |
Sam Lantinga
|
6fc6e3dc7e
Use SDL_bool where appropriate in SDL events
|
7 months ago |
Anonymous Maarten
|
db96ddca34
SDL_test: use SDLCALL calling convention
|
7 months ago |
Sam Lantinga
|
702ed83f72
Initialize interface structures so they can be extended in the future
|
7 months ago |
Anonymous Maarten
|
ff1e252413
testautomation: remove SDLTest_TestCaseFp casts
|
7 months ago |
Sam Lantinga
|
9ff3446f03
Use SDL_bool instead an int return code in the SDL API
|
8 months ago |
Anonymous Maarten
|
c054435f37
Add verbose logging to TestVirtualJoystick
|
10 months ago |
Sam Lantinga
|
4f55271571
Removed temporary memory from the API
|
9 months ago |
Sam Lantinga
|
e90060d07f
Renamed functions to get information from device IDs
|
9 months ago |
Sam Lantinga
|
bcbf09acde
Renamed SDL_AttachVirtualJoystickEx() to SDL_AttachVirtualJoystick()
|
11 months ago |
Ryan C. Gordon
|
d252a8fe12
joystick: SDL_VirtualJoystickDesc no longer takes a struct version.
|
1 year ago |
Sam Lantinga
|
efbbafb3f1
Re-added balls to the SDL joystick API
|
1 year ago |
Sam Lantinga
|
d4448fe3d2
Update virtual joystick test now that we're just using abxy for mappings, for compatibility
|
1 year ago |
Sam Lantinga
|
2991b9f6ac
SDL now represents gamepad buttons as positional elements with a separate label
|
1 year ago |
Ryan C. Gordon
|
c53843a961
docs: Remove Doxygen `\brief` tags.
|
1 year ago |
Sylvain
|
c963f02571
More fix warnings about static function and prototype
|
2 years ago |
Anonymous Maarten
|
08bcee8570
test: don't use wiki urls for documentation comments
|
2 years ago |
Sam Lantinga
|
504bce5187
Set SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS for the virtual joystick test
|
2 years ago |
Sam Lantinga
|
16092f58bb
Updated gamepad, joystick, sensor APIs, removing device indices
|
2 years ago |
Sam Lantinga
|
ab2d007982
More gamepad renaming
|
2 years ago |
Sam Lantinga
|
659abc721a
SDL API renaming: SDL_gamecontroller.h
|
2 years ago |
Sam Lantinga
|
fc478c1bc0
SDL API renaming: SDL_joystick.h
|
2 years ago |
Sam Lantinga
|
63724c113b
Removed the vi format comments from the source
|
2 years ago |
Sam Lantinga
|
fcafe40948
Removed balls from the joystick API
|
2 years ago |
Sam Lantinga
|
5750bcb174
Update for SDL3 coding style (#6717)
|
2 years ago |
Sam Lantinga
|
0a48abc860
Switch header convention from `#include "SDL.h"` to `#include <SDL3/SDLh>`
|
2 years ago |
Sam Lantinga
|
63f307fe1f
Remove SDL_config.h from the public headers
|
2 years ago |
Sam Lantinga
|
da478d1f66
Fixed build
|
2 years ago |
Sam Lantinga
|
7e2a996958
Added a virtual joystick automated test
|
2 years ago |