10#ifndef GUIINPUTDIRECTFB__H_
11#define GUIINPUTDIRECTFB__H_
14#include "GUIInputMedia.h"
64 void RegisterEventBuffer(IDirectFBInputDevice* pkDevice);
74 IDirectFBInputDevice* m_pkKeyboard;
76 IDirectFBInputDevice* m_pkMouse;
78 IDirectFBEventBuffer *m_pkEventBuffer;
85 eC_Bool m_bMouseLeftPressed;
87 eC_Bool m_bMouseRightPressed;
GUIKeyIdentifier_t
Platform independent key identifiers.
Definition: GUIEventTypeResource.h:207
void SetInputMedia(CGUIInputMedia *pkInputMedia)
static CGUIComponentManager & GetInstance()
Base class for Guiliani Events.
Definition: GUIEvent.h:26