Trev | 1 Aug 2012 18:14
Favicon

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?
_______________________________________________
SDL mailing list
SDL <at> lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Sam Lantinga | 1 Aug 2012 20:20
Favicon

Re: More ways to interface with the iPad keyboard?

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 <trevor <at> lackeyccg.com> 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


_______________________________________________
SDL mailing list
SDL <at> lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Gmane