remove old code (Canvas GUI constants)
This commit is contained in:
parent
c5692e4580
commit
e9a40e7a79
1 changed files with 0 additions and 12 deletions
|
@ -109,15 +109,3 @@ var Dialog = {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
var Event = {
|
|
||||||
PUSH: 1,
|
|
||||||
RELEASE: 2,
|
|
||||||
DRAG: 8,
|
|
||||||
MOVE: 16,
|
|
||||||
SCROLL: 512,
|
|
||||||
|
|
||||||
LEFT_MOUSE_BUTTON: 1,
|
|
||||||
MIDDLE_MOUSE_BUTTON: 2,
|
|
||||||
RIGHT_MOUSE_BUTTON: 4
|
|
||||||
};
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue