|
enum | Priority { Low,
Normal,
High
} |
|
enum | UpdateType { Synchronous,
Asynchronous
} |
|
template<typename T > |
static intptr_t | ClassID () |
|
ModifierKeys | modifier_trigger |
|
MouseButtons | mouse_trigger |
|
virtual UTF8 ConstructRectangleOperator::GetName |
( |
| ) |
const |
|
inlinevirtual |
Rectangle ConstructRectangleOperator::GetRectangle |
( |
| ) |
const |
|
inline |
Returns the rectangle associated with this operator.
virtual bool ConstructRectangleOperator::OnMouseDown |
( |
MouseState const & |
in_state | ) |
|
|
virtual |
This function is called whenever HPS receives a MouseEvent that signals a mouse button was pressed.
- Parameters
-
in_state | A MouseState object describing the current mouse state. |
- Returns
- true if the input event was handled, false otherwise.
Reimplemented from Operator.
virtual bool ConstructRectangleOperator::OnMouseMove |
( |
MouseState const & |
in_state | ) |
|
|
virtual |
This function is called whenever HPS receives a MouseEvent that signals the mouse moved
- Parameters
-
in_state | A MouseState object describing the current mouse state. |
- Returns
- true if the input event was handled, false otherwise.
Reimplemented from Operator.
virtual bool ConstructRectangleOperator::OnMouseUp |
( |
MouseState const & |
in_state | ) |
|
|
virtual |
virtual bool ConstructRectangleOperator::OnTouchDown |
( |
TouchState const & |
in_state | ) |
|
|
virtual |
This function is called whenever HPS receives a TouchEvent that signals the device was touched.
- Parameters
-
in_state | A TouchState object describing the current touch state. |
- Returns
- true if the input event was handled, false otherwise.
Reimplemented from Operator.
virtual bool ConstructRectangleOperator::OnTouchMove |
( |
TouchState const & |
in_state | ) |
|
|
virtual |
This function is called whenever HPS receives a TouchEvent that signals a point of contact has moved.
- Parameters
-
in_state | A TouchState object describing the current touch state. |
- Returns
- true if the input event was handled, false otherwise.
Reimplemented from Operator.
virtual bool ConstructRectangleOperator::OnTouchUp |
( |
TouchState const & |
in_state | ) |
|
|
virtual |
virtual void ConstructRectangleOperator::OnViewAttached |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: