SLProject 4.0.000
|
Specialized SLInput class for all mouse related input events. More...
#include <SLInputEvent.h>
Public Member Functions | |
SLMouseEvent (Type t) | |
Public Member Functions inherited from SLInputEvent | |
SLInputEvent (Type t) | |
Public Attributes | |
SLint | x |
SLint | y |
SLMouseButton | button |
SLKey | modifier |
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 mouse related input events.
|
inline |
SLMouseButton SLMouseEvent::button |
SLKey SLMouseEvent::modifier |
SLint SLMouseEvent::x |
SLint SLMouseEvent::y |