aboutsummaryrefslogtreecommitdiff
path: root/sdl2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SDL_PIXELFORMAT_ARGB8888 defCarlos Une2022-11-071-0/+2
| | | | Signed-off-by: Carlos Une <une@fastmail.fm>
* Add SDL_CreateRGBSurface wrapperCarlos Une2022-11-071-0/+12
| | | | Signed-off-by: Carlos Une <une@fastmail.fm>
* Add SDL_CreateTexture, SDL_UpdateTexture wrappersCarlos Une2022-11-071-0/+26
| | | | Signed-off-by: Carlos Une <une@fastmail.fm>
* mixer: io::close can errorSebastian2022-04-281-1/+1
| | | | Signed-off-by: Sebastian <sebastian@sebsite.pw>
* Use def for SDL_INIT_*Drew DeVault2022-04-212-17/+15
|
* Rename SDL_GameControllerBUtton to SDL_GameControllerButtonSebastian2022-03-291-1/+1
| | | | Signed-off-by: Sebastian <sebastian@sebsite.pw>
* refactor names from e.g. sdl2::init() to sdl2::SDL_Init()Vlad-Stefan Harbuz2022-02-0720-533/+533
| | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
* correct indentationVlad-Stefan Harbuz2022-02-074-73/+73
| | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
* Add controller rumble supportDrew DeVault2022-02-051-0/+26
| | | | Signed-off-by: Drew DeVault <sir@cmpwn.com>
* add gl.haVlad-Stefan Harbuz2022-02-041-0/+45
| | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
* sdl2: add keysym typesand get_key_from_nameEyal Sawady2021-12-152-1/+646
|
* sdl2: add rect drawing functionsDrew DeVault2021-12-151-0/+33
|
* sdl2::mixer: implement channel playbackDrew DeVault2021-12-122-0/+26
|
* sdl2::mixer: implement sample loadingDrew DeVault2021-12-121-0/+33
|
* Add rwops io::stream implementationDrew DeVault2021-12-121-0/+128
|
* all: add error handling on initDrew DeVault2021-12-122-5/+11
|
* sdl2::mixer: initial commitDrew DeVault2021-12-122-0/+83
|
* Add blend modesDrew DeVault2021-12-112-0/+22
|
* Add SetTextureAlphaMod wrapperDrew DeVault2021-12-111-0/+16
|
* gamecontroller: add button enumDrew DeVault2021-12-101-0/+26
|
* all: rig up Hare-native error handlingDrew DeVault2021-12-107-59/+180
|
* Add sdl2::set_texture_color_modDrew DeVault2021-12-091-0/+15
|
* Initial gamecontroller supportDrew DeVault2021-12-093-1/+57
|
* timer: correct naming conventionDrew DeVault2021-12-091-3/+3
|
* Add timer.h functionsDrew DeVault2021-12-092-0/+45
|
* sdl2::image: initial commitDrew DeVault2021-12-095-0/+136
| | | | | Some additional things which were needed to make this work were also added.
* Initial work on SDL_renderDrew DeVault2021-12-091-0/+70
|
* Rig up events, partially rig up videoDrew DeVault2021-12-093-0/+521
|
* Initial commitDrew DeVault2021-12-091-0/+21