More ways to interface with the iPad keyboard?

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?

You’re welcome to either extend the API or handle those functions yourself.
Patches welcome! :)On Wed, Aug 1, 2012 at 12:14 PM, Trev wrote:

**
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 mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org