2016 ソフトウェア設計及び演習用の班Wiki
16::gr05::Mouse.h
#ifndef DEF_MOUSE_H
#define DEF_MOUSE_H
#define MOUSE_INPUT_LEFT 0
#define MOUSE_INPUT_RIGHT 1
void Mouse_Update();
int Mouse_Get(int MouseCode);
int XMouse_Get();
int YMouse_Get();
#endif
最終更新日:2016/08/10 03:53:20