input system setup, debug header started
[physics.git] / src / input / inputManager.h
CommitLineData
f7b3b2eb
PG
1#ifndef INPUT_H
2#define INPUT_H
3
4#include <SDL/SDL.h>
5
6/// ***** Header Methods *****
7void inputUpdate();
8
9bool isPressed(Uint8);
10bool isReleased(Uint8);
11
12bool wasPressed(Uint8);
13bool wasReleased(Uint8);
14
15#endif // INPUT_H