ResponderView

class mono::ui::ResponderView

Inherits from mono::ui::View, mono::TouchResponder

Subclassed by mono::ui::ButtonView, mono::ui::TouchCalibrateView

Public Functions

virtual void show()

Shows (repaints) the view and insert into the responder chain.

See
View::show

virtual void hide()

hides the view, and remove from the responder chain

See
View::hide

Protected Functions

virtual void RespondTouchBegin(TouchEvent &event)

Internal touch handler, you should not overwrite this

virtual void RespondTouchMove(TouchEvent &event)

Internal touch handler, you should not overwrite this

virtual void RespondTouchEnd(TouchEvent &event)

Internal touch handler, you should not overwrite this