http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFB.html
IDirectFB
EnumInputDevices
Enumerate all existing input devices.
EnumInputDevices (
IDirectFB.html
IDirectFB
*
thiz,
types.html#DFBInputDeviceCallback
DFBInputDeviceCallback
callback,
void
*
callbackdata
);
Calls the given callback for all available input devices. The callback is passed the device id that can be used to retrieve an interface on a specific device using
IDirectFB_GetInputDevice.html
IDirectFB::GetInputDevice()
.
