10 #ifndef SL_INPUTEVENTINTERFACE_H
11 #define SL_INPUTEVENTINTERFACE_H
24 void resize(
int sceneViewIndex,
int width,
int height);
28 void mouseMove(
int sceneViewIndex,
int x,
int y);
31 void touch2Down(
int sceneViewIndex,
int x1,
int y1,
int x2,
int y2);
32 void touch2Move(
int sceneViewIndex,
int x1,
int y1,
int x2,
int y2);
33 void touch2Up(
int sceneViewIndex,
int x1,
int y1,
int x2,
int y2);
37 void charInput(
int sceneViewIndex,
unsigned int character);
SLMouseButton
Mouse button codes.
SLKey
Keyboard key codes enumeration.