This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Originally keyboard support was in the form of a category of the clas…
…s SDL_uikitview. It turns out this can cause problems with compilation where the code is not actually included and doesn't fail until dynamic dispatch. This is just awful, so I've moved to the code into the SDL_uikitview class itself.
- Loading branch information
Showing
with
256 additions
and 311 deletions.
- +0 −47 src/video/uikit/SDL_uikitkeyboard.h
- +0 −263 src/video/uikit/SDL_uikitkeyboard.m
- +14 −0 src/video/uikit/SDL_uikitview.h
- +242 −1 src/video/uikit/SDL_uikitview.m
Oops, something went wrong.