mini-led-cube/editor/src/input.h
2011-12-21 21:04:58 +01:00

11 lines
171 B
C

#ifndef _INPUT_H
#define _INPUT_H
void moveCameraPosition(float direction);
void moveCameraAngle(float angle);
void mouse(int button, int state, int x, int y);
#endif