http://www.directfb.org
index.html
DirectFB Reference Manual
IDirectFB.html
IDirectFB
CreateInputEventBuffer
Create a buffer for events with input devices connected.
CreateInputEventBuffer (
IDirectFB.html
IDirectFB
*
thiz,
types.html#DFBInputDeviceCapabilities
DFBInputDeviceCapabilities
caps,
types.html#DFBBoolean
DFBBoolean
global,
IDirectFBEventBuffer.html
IDirectFBEventBuffer
**
ret_buffer
);
Creates an event buffer and attaches all input devices with matching capabilities. If no input devices match, e.g. by specifying DICAPS_NONE, a buffer will be returned that has no event sources connected to it.
If global is DFB_FALSE events will only be delivered if this instance of IDirectFB has a focused primary (either running fullscreen or running in windowed mode with the window being focused).
If global is DFB_TRUE no event will be discarded.
