◆ sendEvent()
virtual void iotouch::TouchScreenManager::sendEvent |
( |
float |
locationX, |
|
|
float |
locationY, |
|
|
float |
touchPressure, |
|
|
TouchState |
touched |
|
) |
| |
|
pure virtual |
You must create a subclass extends from this and takes the three values converting into an event for processing.
- Parameters
-
locationX | the location between 0 and 1 in the X domain |
locationY | the location between 0 and 1 in the Y domain |
touched | if the panel is current touched |
Implemented in iotouch::ValueStoringResistiveTouchScreen.
The documentation for this class was generated from the following files: