#include "config.h"#include "PlatformString.h"#include "BCEventLoopSDL.h"#include "BCKeyboardEvent.h"#include "BCWindowEvent.h"#include "BCMouseEvent.h"#include "BCWheelEvent.h"#include <SDL/SDL.h>#include "BIInternationalization.h"#include "BTLogHelper.h"#include "SharedTimer.h"#include <gtk/gtk.h>Namespaces | |
| namespace | BAL |
Functions | |
| static WebCore::String | keyIdentifierForSDLKeyCode (SDLKey keyCode) |
| static int | ConvertSDLKeyToVirtualKey (SDLKey keycode) |
| static BAL::BIInputEvent * | CreateMouseorWheelEventFromSDLEvent (const SDL_Event &aSDLEvent) |
| BIEventLoop * | BAL::getBIEventLoop () |
| void | BAL::deleteBIEventLoop () |
Variables | |
| static BC::BCEventLoopSDL * | BAL::gMainLoop = NULL |
| static WebCore::String keyIdentifierForSDLKeyCode | ( | SDLKey | keyCode | ) | [static] |
| static int ConvertSDLKeyToVirtualKey | ( | SDLKey | keycode | ) | [static] |
| BIInputEvent * CreateMouseorWheelEventFromSDLEvent | ( | const SDL_Event & | aSDLEvent | ) | [static] |