NUM_InputEventType, InputEventType_Invalid

This commit is contained in:
Glenn Maynard
2007-03-16 01:22:25 +00:00
parent 1a987c9f71
commit 628440a15c
+3
View File
@@ -17,6 +17,9 @@ enum InputEventType
/* The device is no longer pressed. Exactly one IET_RELEASE event will be sent
* for each IET_FIRST_PRESS. */
IET_RELEASE,
NUM_InputEventType,
InputEventType_Invalid
};
struct InputEvent