Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
20 |
pmbaty |
1 |
#ifndef _READMSE_H_ |
|
|
2 |
#define _READMSE_H_ |
|
|
3 |
|
|
|
4 |
#include "brender/br_types.h" |
|
|
5 |
|
|
|
6 |
br_error DOSMouseBegin(void); |
|
|
7 |
|
|
|
8 |
void DOSMouseEnd(void); |
|
|
9 |
|
|
|
10 |
br_error DOSMouseRead(br_int_32* mouse_x, br_int_32* mouse_y, br_uint_32* mouse_buttons); |
|
|
11 |
|
|
|
12 |
#endif |