ZoomBoxOperator
- class HPS.ZoomBoxOperator : public HPS.ConstructRectangleOperator
Public Functions
- override void Dispose ()
- override bool OnMouseUp (HPS.MouseState in_state)
This function is called whenever HPS receives a MouseEvent that signals a mouse button was released.
- Param in_state
A MouseState object describing the current mouse state.
- Return
true if the input event was handled, false otherwise.
- override bool OnTouchUp (HPS.TouchState in_state)
This function is called whenever HPS receives a TouchEvent that signals a point of contact has been released.
- Param in_state
A TouchState object describing the current touch state.
- Return
true if the input event was handled, false otherwise.
- ZoomBoxOperator ()
- ZoomBoxOperator (HPS.MouseButtons in_mouse_trigger)
- ZoomBoxOperator (HPS.MouseButtons in_mouse_trigger, HPS.ModifierKeys in_modifier_trigger)
- ZoomBoxOperator (HPS.ZoomBoxOperator in_that)