remove IET_FAST_REPEAT

This commit is contained in:
Glenn Maynard
2006-09-13 02:55:19 +00:00
parent 73dec47116
commit d03db0c4f9
13 changed files with 20 additions and 24 deletions
+1 -2
View File
@@ -10,10 +10,9 @@ enum InputEventType
/* The device was just pressed. */
IET_FIRST_PRESS,
/* The device is auto-repeating. These events are guaranteed to be sent only between
/* The device is auto-repeating. This event is guaranteed to be sent only between
* IET_FIRST_PRESS and IET_RELEASE pairs. */
IET_SLOW_REPEAT,
IET_FAST_REPEAT,
/* The device is no longer pressed. Exactly one IET_RELEASE event will be sent
* for each IET_FIRST_PRESS. */