SLProject 4.0.000
SLTouchEvent Class Reference

Specialized SLInput class for touch related input events. More...

#include <SLInputEvent.h>

Inheritance diagram for SLTouchEvent:
[legend]

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
}
 

Detailed Description

Specialized SLInput class for touch related input events.

Constructor & Destructor Documentation

◆ SLTouchEvent()

SLTouchEvent::SLTouchEvent ( Type  t)
inline

Member Data Documentation

◆ x1

SLint SLTouchEvent::x1

◆ x2

SLint SLTouchEvent::x2

◆ y1

SLint SLTouchEvent::y1

◆ y2

SLint SLTouchEvent::y2

The documentation for this class was generated from the following file: