1 Aug 2012 18:14
More ways to interface with the iPad keyboard?
Trev <trevor <at> lackeyccg.com>
2012-08-01 16:14:04 GMT
2012-08-01 16:14:04 GMT
The only interface to the iPad keyboard I see is with these 4 functions:
SDL_iPhoneKeyboardShow(SDL_Window * window);
SDL_iPhoneKeyboardHide(SDL_Window * window);
SDL_iPhoneKeyboardIsShown(SDL_Window * window);
SDL_iPhoneKeyboardToggle(SDL_Window * window);
Are there any more tools?
Suppose I want to do things like:
undock the keyboard
move the undocked keyboard around
get the height and position of the the keyboard
toggle the keyboard into the letters or numbers input mode
Should I just do this through the apple interface, or are there interface methods like the 4 functions mentioned above?
SDL_iPhoneKeyboardShow(SDL_Window * window);
SDL_iPhoneKeyboardHide(SDL_Window * window);
SDL_iPhoneKeyboardIsShown(SDL_Window * window);
SDL_iPhoneKeyboardToggle(SDL_Window * window);
Are there any more tools?
Suppose I want to do things like:
undock the keyboard
move the undocked keyboard around
get the height and position of the the keyboard
toggle the keyboard into the letters or numbers input mode
Should I just do this through the apple interface, or are there interface methods like the 4 functions mentioned above?
_______________________________________________ SDL mailing list SDL <at> lists.libsdl.org http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
RSS Feed