List of all members.
Public Member Functions |
|
void | Update () |
| | Updates the input system, called every frame.
|
|
void | Reset () |
| | Resets touch status, usually called after a touch event has been acknowledged.
|
Static Public Member Functions |
| static void | TouchButtonCB (s3ePointerEvent *event) |
| | The system will call this callback when the user touches the screen.
|
| static void | TouchMotionCB (s3ePointerMotionEvent *event) |
| | The system will call this callback when the user moves their finger on the screen.
|
| static void | MultiTouchButtonCB (s3ePointerTouchEvent *event) |
| | The system will call this callback when the user touches the screen.
|
| static void | MultiTouchMotionCB (s3ePointerTouchMotionEvent *event) |
| | The system will call this callback when the user moves their finger on the screen.
|
Public Attributes |
|
int | m_X |
|
int | m_Y |
|
bool | m_Touched |
|
bool | m_PrevTouched |
Member Function Documentation
| void Input::MultiTouchButtonCB |
( |
s3ePointerTouchEvent * |
event |
) |
[static] |
The system will call this callback when the user touches the screen.
- Parameters:
-
| event | If non-null, the event. |
| void Input::MultiTouchMotionCB |
( |
s3ePointerTouchMotionEvent * |
event |
) |
[static] |
The system will call this callback when the user moves their finger on the screen.
- Parameters:
-
| event | If non-null, the event. |
| void Input::TouchButtonCB |
( |
s3ePointerEvent * |
event |
) |
[static] |
The system will call this callback when the user touches the screen.
- Parameters:
-
| event | If non-null, the event. |
| void Input::TouchMotionCB |
( |
s3ePointerMotionEvent * |
event |
) |
[static] |
The system will call this callback when the user moves their finger on the screen.
- Parameters:
-
| event | If non-null, the event. |
The documentation for this class was generated from the following files:
- C:/Marmalade/7.4/examples/GameTutorial/CPP/Stage2/source/input.h
- C:/Marmalade/7.4/examples/GameTutorial/CPP/Stage2/source/input.cpp