11 #ifndef SL_INPUTEVENTINTERFACE_H
12 #define SL_INPUTEVENTINTERFACE_H
35 void resize(
int sceneViewIndex,
int width,
int height);
46 void mouseMove(
int sceneViewIndex,
int x,
int y);
55 void touch2Down(
int sceneViewIndex,
int x1,
int y1,
int x2,
int y2);
58 void touch2Move(
int sceneViewIndex,
int x1,
int y1,
int x2,
int y2);
61 void touch2Up(
int sceneViewIndex,
int x1,
int y1,
int x2,
int y2);
73 void charInput(
int sceneViewIndex,
unsigned int character);
SLMouseButton
Mouse button codes.
SLKey
Keyboard key codes enumeration.