10#ifndef GUIINPUTDIRECTFB__H_
11#define GUIINPUTDIRECTFB__H_
14#include "GUIInputMedia.h"
49 IDirectFBInputDevice* m_pkKeyboard;
51 IDirectFBInputDevice* m_pkMouse;
53 IDirectFBEventBuffer *m_pkEventBuffer;
60 eC_Bool m_bMouseLeftPressed;
62 eC_Bool m_bMouseRightPressed;
86 void RegisterEventBuffer(IDirectFBInputDevice* pkDevice);
GUIKeyIdentifier_t
Platform independent key identifiers.
Definition: GUIEventTypeResource.h:205
void SetInputMedia(CGUIInputMedia *pkInputMedia)
static CGUIComponentManager & GetInstance()
Base class for Guiliani Events.
Definition: GUIEvent.h:26