50 #ifndef SDLEVENTBUFFER_H_
51 #define SDLEVENTBUFFER_H_
53 #include "mb/interface/IEventBuffer.h"
54 #include "mb/LocalScreenManager.h"
69 GingaScreenID myScreen;
70 pthread_mutex_t ebMutex;
71 vector<SDL_Event> eventBuffer;
77 pthread_mutex_t condMutex;
83 static bool checkEvent(Uint32 winId, SDL_Event event);
84 void feed(SDL_Event event,
bool capsOn,
bool shiftOn);
Definition: SDLEventBuffer.h:67
Definition: IEventBuffer.h:63
Definition: IInputEvent.h:61