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 all device rotation related input events. More...
#include <SLInputEvent.h>
Public Member Functions | |
SLRotationEvent (Type t) | |
Public Member Functions inherited from SLInputEvent | |
SLInputEvent (Type t) | |
Public Attributes | |
float | x |
float | y |
float | z |
float | w |
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 all device rotation related input events.
Definition at line 90 of file SLInputEvent.h.
|
inline |
Definition at line 95 of file SLInputEvent.h.
float SLRotationEvent::w |
Definition at line 93 of file SLInputEvent.h.
float SLRotationEvent::x |
Definition at line 93 of file SLInputEvent.h.
float SLRotationEvent::y |
Definition at line 93 of file SLInputEvent.h.
float SLRotationEvent::z |
Definition at line 93 of file SLInputEvent.h.