aboutsummaryrefslogtreecommitdiff
path: root/vendor/sdl2/sdl_gamecontroller.odin
Commit message (Expand)AuthorAgeFilesLines
* Add `@(ignore_duplicates)` for `foreign import` declarationsgingerBill2025-01-281-0/+2
* Fix `-vet-tabs` issuesgingerBill2024-08-241-23/+23
* Revert "Unify `foreign import` for `vendor:sdl2`"gingerBill2023-05-021-0/+6
* Unify `foreign import` for `vendor:sdl2`gingerBill2023-04-201-6/+0
* Make SDL.*Event procedures return booleans instead of an integer where approp...gingerBill2022-06-271-1/+1
* vendor: sdl2: simplify foreign importSébastien Marie2022-03-021-5/+5
* sdl2: add openbsd supportSébastien Marie2022-02-281-0/+1
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-4/+4
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-111-4/+4
* Strip unneeded semicolons from vendor librarygingerBill2021-08-311-2/+2
* Update SDL scancodes to have the same C enums equivalent global valuesgingerBill2021-08-271-3/+3
* Add `[^]` to `GameControllerGetSensorData`gingerBill2021-08-251-1/+1
* Embed the SDL2 libraries into `vendor:sdl2`gingerBill2021-08-221-0/+141