Searched refs:aWsEvent (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocevents.cpp247 int EPOC_HandleWsEvent(_THIS, const TWsEvent& aWsEvent) argument
252 // SDL_TRACE1("hws %d", aWsEvent.Type());
254 switch (aWsEvent.Type())
266 const TPointerEvent* pointerEvent = aWsEvent.Pointer();
310 if (aWsEvent.Key()->iScanCode == EStdKeyDeviceA)
317 (void*)TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym);
343 if (aWsEvent.Key()->iScanCode == EStdKeyDeviceA)
348 posted += SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym));
376 TModifiersChangedEvent* modEvent = aWsEvent.ModifiersChanged();
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocevents.cpp61 int EPOC_HandleWsEvent(_THIS, const TWsEvent& aWsEvent) argument
66 // SDL_TRACE1("hws %d", aWsEvent.Type());
68 switch (aWsEvent.Type())
80 const TPointerEvent* pointerEvent = aWsEvent.Pointer();
124 if (aWsEvent.Key()->iScanCode == EStdKeyDeviceA)
131 (void*)TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym);
157 if (aWsEvent.Key()->iScanCode == EStdKeyDeviceA)
162 posted += SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(_this, aWsEvent.Key()->iScanCode, &keysym));
258 TModifiersChangedEvent* modEvent = aWsEvent.ModifiersChanged();

Completed in 94 milliseconds