Ubuntu Platform API  2.5.0
A library helping with tight integration into the Ubuntu platform
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
event_deprecated.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Event
 

Enumerations

enum  EventType {
  KEY_EVENT_TYPE,
  MOTION_EVENT_TYPE,
  HW_SWITCH_EVENT_TYPE
}
 

Enumeration Type Documentation

enum EventType

Describes the different event types.

Enumerator
KEY_EVENT_TYPE 

Event originates from a keyboard.

MOTION_EVENT_TYPE 

Event originates from something moving, e.g., a wheel, a mouse, a finger on a touchpad.

HW_SWITCH_EVENT_TYPE 

Event originates from an additional button attached to the device's HW, e.g., power button.

Definition at line 27 of file event_deprecated.h.