IET_SLOW_REPEAT -> IET_REPEAT
This commit is contained in:
@@ -12,12 +12,13 @@ enum InputEventType
|
||||
|
||||
/* 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_REPEAT,
|
||||
|
||||
/* The device is no longer pressed. Exactly one IET_RELEASE event will be sent
|
||||
* for each IET_FIRST_PRESS. */
|
||||
IET_RELEASE,
|
||||
};
|
||||
#define IET_SLOW_REPEAT IET_REPEAT
|
||||
|
||||
struct InputEvent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user