aboutsummaryrefslogtreecommitdiff
path: root/sdl2/keyboard.ha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SDL text input wrappersDrew DeVault2024-11-181-0/+2
|
* add a few functionsubq3232024-04-191-0/+10
| | | | | these are some sdl functions i needed for a project. there is not much structure beyond that.
* Use types::c:: instead of char and strings::Autumn!2023-06-041-4/+4
| | | | Signed-off-by: Autumn! <autumnull@posteo.net>
* Use def for SDL_INIT_*Drew DeVault2022-04-211-1/+1
|
* refactor names from e.g. sdl2::init() to sdl2::SDL_Init()Vlad-Stefan Harbuz2022-02-071-192/+192
| | | | Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
* sdl2: add keysym typesand get_key_from_nameEyal Sawady2021-12-151-0/+645