aboutsummaryrefslogtreecommitdiff
path: root/sdl2/video.ha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a few functionsubq3232024-04-191-1/+10
| | | | | these are some sdl functions i needed for a project. there is not much structure beyond that.
* all: fix build errorsDrew DeVault2023-09-221-1/+1
|
* Use types::c:: instead of char and strings::Autumn!2023-06-041-4/+4
| | | | Signed-off-by: Autumn! <autumnull@posteo.net>
* Add SDL_GetWindowSurface wrapperCarlos Une2022-11-071-0/+8
| | | | Signed-off-by: Carlos Une <une@fastmail.fm>
* refactor names from e.g. sdl2::init() to sdl2::SDL_Init()Vlad-Stefan Harbuz2022-02-071-16/+16
| | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
* all: rig up Hare-native error handlingDrew DeVault2021-12-101-2/+16
|
* Add timer.h functionsDrew DeVault2021-12-091-0/+13
|
* Rig up events, partially rig up videoDrew DeVault2021-12-091-0/+73