KeyboardHandleriOS.h 207 B

12345678910
  1. #import <UIKit/UIKit.h>
  2. #include <allegro5/allegro.h>
  3. @interface KeyboardHandleriOS : UIView <UIKeyInput>
  4. -(void)setCustomKeyboardEventSource:(ALLEGRO_EVENT_SOURCE*)ev_src;
  5. -(void)show;
  6. -(void)hide;
  7. @end