SLProject 4.0.000
SLCharInputEvent Class Reference

Specialized SLInput class for unicode character input. More...

#include <SLInputEvent.h>

Inheritance diagram for SLCharInputEvent:
[legend]

Public Member Functions

 SLCharInputEvent ()
 
- Public Member Functions inherited from SLInputEvent
 SLInputEvent (Type t)
 

Public Attributes

SLuint character
 
- 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 unicode character input.

Character input differs from simple key input that it can be generated from a combination of different key presses. Some key's might not fire a character event, others might fire multiple at once.

Constructor & Destructor Documentation

◆ SLCharInputEvent()

SLCharInputEvent::SLCharInputEvent ( )
inline

Member Data Documentation

◆ character

SLuint SLCharInputEvent::character

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