Handle mouse event button ID on Flash and HTML5

This commit is contained in:
Joshua Granick
2014-06-26 06:33:06 -07:00
parent 0df67dfea2
commit 867d555076
2 changed files with 34 additions and 37 deletions

View File

@@ -8,15 +8,6 @@
namespace lime {
enum MouseEventButton {
MOUSE_BUTTON_LEFT,
MOUSE_BUTTON_MIDDLE,
MOUSE_BUTTON_RIGHT
};
enum MouseEventType {
MOUSE_DOWN,