Home
last modified time | relevance | path

Searched refs:ievt (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_events.c308 ProcessInputEvent(_THIS, DFBInputEvent * ievt) in ProcessInputEvent() argument
317 if (ievt->type == DIET_AXISMOTION) { in ProcessInputEvent()
318 if ((devdata->grabbed_window != NULL) && (ievt->flags & DIEF_AXISREL)) { in ProcessInputEvent()
319 if (ievt->axis == DIAI_X) in ProcessInputEvent()
320 SDL_SendMouseMotion_ex(devdata->grabbed_window, ievt->device_id, 1, in ProcessInputEvent()
321 ievt->axisrel, 0, 0); in ProcessInputEvent()
322 else if (ievt->axis == DIAI_Y) in ProcessInputEvent()
323 SDL_SendMouseMotion_ex(devdata->grabbed_window, ievt->device_id, 1, 0, in ProcessInputEvent()
324 ievt->axisrel, 0); in ProcessInputEvent()
330 switch (ievt->type) { in ProcessInputEvent()
[all …]