SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Specialized SLInput class for touch related input events. More...
#include <SLInputEvent.h>
Public Member Functions | |
SLTouchEvent (Type t) | |
Public Member Functions inherited from SLInputEvent | |
SLInputEvent (Type t) | |
Public Attributes | |
SLint | x1 |
SLint | y1 |
SLint | x2 |
SLint | y2 |
Public Attributes inherited from SLInputEvent | |
enum SLInputEvent::Type | type |
concrete type of the event More... | |
SLint | svIndex |
index of the receiving scene view for this event More... | |
Additional Inherited Members | |
Public Types inherited from SLInputEvent | |
enum | Type { MouseMove , MouseDown , MouseUp , MouseDoubleClick , MouseWheel , Touch2Move , Touch2Down , Touch2Up , KeyDown , KeyUp , Resize , DeviceRotationPYR , DeviceRotationQUAT , CharInput , ScrCapture , NumEvents } |
Specialized SLInput class for touch related input events.
Definition at line 77 of file SLInputEvent.h.
|
inline |
Definition at line 85 of file SLInputEvent.h.
SLint SLTouchEvent::x1 |
Definition at line 80 of file SLInputEvent.h.
SLint SLTouchEvent::x2 |
Definition at line 82 of file SLInputEvent.h.
SLint SLTouchEvent::y1 |
Definition at line 81 of file SLInputEvent.h.
SLint SLTouchEvent::y2 |
Definition at line 83 of file SLInputEvent.h.