summaryrefslogtreecommitdiffstats
path: root/Smoke/interact.h
blob: 404a13c31ac270b061a023ccbfcd369e04885089 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _INTERACT_H
#define _INTERACT_H

void mouse_move(int mx, int my);
void mouse_rotate(int mx, int my);
void mouse_roll(int mz);

void click(int button, int state, int mx, int my);
void drag(int mx, int my);

#endif