| 86 | } |
| 87 | |
| 88 | bool UITextInput::isType( const Uint32& type ) const { |
| 89 | return UITextInput::getType() == type ? true : UITextView::isType( type ); |
| 90 | } |
| 91 | |
| 92 | void UITextInput::scheduledUpdate( const Time& time ) { |
| 93 | updateWaitingCursor( time ); |
no test coverage detected