http://www.directfb.org
index.html
DirectFB Reference Manual
index.html
DirectFB Interfaces
IDirectFBInputDevice
No summary yet...
Methods of IDirectFBInputDevice
Retrieving information
IDirectFBInputDevice_GetID.html
GetID
Get the unique device ID.
IDirectFBInputDevice_GetDescription.html
GetDescription
Get a description of this device, i.e. the capabilities.
Key mapping
IDirectFBInputDevice_GetKeymapEntry.html
GetKeymapEntry
Fetch one entry from the keymap for a specific hardware keycode.
Event buffers
IDirectFBInputDevice_CreateEventBuffer.html
CreateEventBuffer
Create an event buffer for this device and attach it.
IDirectFBInputDevice_AttachEventBuffer.html
AttachEventBuffer
Attach an existing event buffer to this device.
General state queries
IDirectFBInputDevice_GetKeyState.html
GetKeyState
Get the current state of one key.
IDirectFBInputDevice_GetModifiers.html
GetModifiers
Get the current modifier mask.
IDirectFBInputDevice_GetLockState.html
GetLockState
Get the current state of the key locks.
IDirectFBInputDevice_GetButtons.html
GetButtons
Get a mask of currently pressed buttons.
IDirectFBInputDevice_GetButtonState.html
GetButtonState
Get the state of a button.
IDirectFBInputDevice_GetAxis.html
GetAxis
Get the current value of the specified axis.
Specialized queries
IDirectFBInputDevice_GetXY.html
GetXY
Utility function combining two calls to GetAxis().
