mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-09 02:43:30 +00:00
update
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@272 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -37,7 +37,7 @@ typedef void* MwLLPixmap;
|
||||
#define MwLLDispatch(x, y, z) \
|
||||
if(x->handler != NULL && x->handler->y != NULL) x->handler->y(x, z)
|
||||
|
||||
enum MwLLKey {
|
||||
enum MwLLKeyEnum {
|
||||
MwLLKeyBackSpace = (1 << 31) | 1,
|
||||
MwLLKeyLeft,
|
||||
MwLLKeyRight,
|
||||
@@ -45,10 +45,10 @@ enum MwLLKey {
|
||||
MwLLKeyDown
|
||||
};
|
||||
|
||||
enum MwLLMouse {
|
||||
enum MwLLMouseEnum {
|
||||
MwLLMouseLeft = 1,
|
||||
MwLLMouseMiddle = 2,
|
||||
MwLLMouseRight = 3,
|
||||
MwLLMouseRight = 3
|
||||
};
|
||||
|
||||
struct _MwLLMouse {
|
||||
|
||||
Reference in New Issue
Block a user