ResponderView¶
- class
Public Functions
-
virtual void
ResponderView::show()¶ Shows (repaints) the view and insert into the responder chain.
- See
- View::show
-
virtual void
ResponderView::hide()¶ hides the view, and remove from the responder chain
- See
- View::hide
Protected Functions
-
virtual void
ResponderView::respondTouchBegin(TouchEvent &event)¶ Internal touch handler, you should not overwrite this
-
virtual void
ResponderView::respondTouchMove(TouchEvent &event)¶ Internal touch handler, you should not overwrite this
-
virtual void
ResponderView::respondTouchEnd(TouchEvent &event)¶ Internal touch handler, you should not overwrite this
-
virtual void