Home
last modified time | relevance | path

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

/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Ddevice.c101 xfwm_device_fill_meta (XFWM_EVENT_KEY, xievent->event, xievent->deviceid); in xfwm_device_translate_event_key_xi2()
103 event->key.root = xievent->root; in xfwm_device_translate_event_key_xi2()
109 event->key.time = xievent->time; in xfwm_device_translate_event_key_xi2()
138 xfwm_device_fill_meta (XFWM_EVENT_BUTTON, xievent->event, xievent->deviceid); in xfwm_device_translate_event_button_xi2()
140 event->button.root = xievent->root; in xfwm_device_translate_event_button_xi2()
147 event->button.x = xievent->event_x; in xfwm_device_translate_event_button_xi2()
148 event->button.y = xievent->event_y; in xfwm_device_translate_event_button_xi2()
151 event->button.time = xievent->time; in xfwm_device_translate_event_button_xi2()
175 xfwm_device_fill_meta (XFWM_EVENT_MOTION, xievent->event, xievent->deviceid); in xfwm_device_translate_event_motion_xi2()
177 event->motion.x = xievent->event_x; in xfwm_device_translate_event_motion_xi2()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/x/
H A Devents_x_utils.cc77 switch (xievent->evtype) { in UpdateStateFromXEvent()
232 (xievent->sourceid == xievent->deviceid) in GetButtonMaskForX2Event()
438 switch (xievent->evtype) { in EventTypeFromXEvent()
524 switch (xievent->evtype) { in EventFlagsFromXEvent()
582 float x = xievent->event_x; in EventLocationFromXEvent()
583 float y = xievent->event_y; in EventLocationFromXEvent()
585 switch (xievent->evtype) { in EventLocationFromXEvent()
617 return gfx::Point(xievent->root_x, xievent->root_y); in EventSystemLocationFromXEvent()
627 int button = xievent->detail; in EventButtonFromXEvent()
629 return (xievent->sourceid == xievent->deviceid) in EventButtonFromXEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/x/
H A Devents_x_utils.cc190 DCHECK(xievent); in GetEventFlagsFromXGenericEvent()
231 (xievent.sourceid == xievent.deviceid) in GetButtonMaskForX2Event()
432 switch (xievent->opcode) { in EventTypeFromXEvent()
468 if (GetButtonMaskForX2Event(*xievent)) in EventTypeFromXEvent()
512 switch (xievent->opcode) { in EventFlagsFromXEvent()
564 float x = Fp1616ToDouble(xievent->event_x); in EventLocationFromXEvent()
565 float y = Fp1616ToDouble(xievent->event_y); in EventLocationFromXEvent()
567 switch (xievent->opcode) { in EventLocationFromXEvent()
599 DCHECK(xievent); in EventButtonFromXEvent()
600 int button = xievent->detail; in EventButtonFromXEvent()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/devices/x11/
H A Ddevice_data_manager_x11.cc404 CHECK_GE(xievent->sourceid, 0); in IsTouchpadXInputEvent()
405 if (xievent->sourceid >= kMaxDeviceNum) in IsTouchpadXInputEvent()
407 return touchpads_[xievent->sourceid]; in IsTouchpadXInputEvent()
415 CHECK_GE(xievent->sourceid, 0); in IsCMTDeviceEvent()
416 if (xievent->sourceid >= kMaxDeviceNum) in IsCMTDeviceEvent()
418 return cmt_devices_[xievent->sourceid]; in IsCMTDeviceEvent()
426 if (xievent->sourceid >= kMaxDeviceNum) in GetScrollClassEventDetail()
722 XISetMask(xievent->valuators.mask, index); in SetValuatorDataForTest()
724 double* valuators = xievent->valuators.values; in SetValuatorDataForTest()
731 xievent->valuators.values[i] = xievent->valuators.values[i - 1]; in SetValuatorDataForTest()
[all …]
H A Ddevice_data_manager_x11.h251 void SetValuatorDataForTest(XIDeviceEvent* xievent,
/dports/x11/xnee/xnee-3.19/libxnee/src/
H A Dxnee_expr.c299 &xindata->u.xievent.type, in xnee_expression_handle_replay()
300 &xindata->u.xievent.x, in xnee_expression_handle_replay()
301 &xindata->u.xievent.y, in xnee_expression_handle_replay()
307 xindata->u.xievent.name); in xnee_expression_handle_replay()
324 &xindata->u.xievent.type, in xnee_expression_handle_replay()
325 &xindata->u.xievent.x, in xnee_expression_handle_replay()
326 &xindata->u.xievent.y, in xnee_expression_handle_replay()
327 &xindata->u.xievent.button, in xnee_expression_handle_replay()
328 &xindata->u.xievent.keycode, in xnee_expression_handle_replay()
331 &xindata->u.xievent.deviceid, in xnee_expression_handle_replay()
[all …]
H A Dxnee_fake.c321 if ( ( xindata->u.xievent.type >= KeyPress ) in xnee_replay_event_handler()
322 && (xindata->u.xievent.type <= MotionNotify) ) in xnee_replay_event_handler()
325 int x = (int) xindata->u.xievent.x ; in xnee_replay_event_handler()
326 int y = (int) xindata->u.xievent.y ; in xnee_replay_event_handler()
327 int devid = (int) xindata->u.xievent.deviceid ; in xnee_replay_event_handler()
329 if ( xindata->u.xievent.type == MotionNotify) in xnee_replay_event_handler()
338 else if (xindata->u.xievent.type == ButtonPress) in xnee_replay_event_handler()
344 else if (xindata->u.xievent.type == ButtonRelease) in xnee_replay_event_handler()
350 else if (xindata->u.xievent.type == KeyPress) in xnee_replay_event_handler()
353 xnee_fake_xi_key_event (xd, xindata->u.xievent.keycode, XNEE_PRESS, sleep_amt, devid); in xnee_replay_event_handler()
[all …]
H A Dxnee_replay.c505 xnee_replay_update_dev_ctr(xd, xindata.u.xievent.type); in xnee_replay_main_loop()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/keycodes/
H A Dkeyboard_code_conversion_x.cc1449 switch (xievent->evtype) { in InitXKeyEventFromXIDeviceEvent()
1459 xkeyevent->xkey.serial = xievent->serial; in InitXKeyEventFromXIDeviceEvent()
1461 xkeyevent->xkey.display = xievent->display; in InitXKeyEventFromXIDeviceEvent()
1462 xkeyevent->xkey.window = xievent->event; in InitXKeyEventFromXIDeviceEvent()
1463 xkeyevent->xkey.root = xievent->root; in InitXKeyEventFromXIDeviceEvent()
1465 xkeyevent->xkey.time = xievent->time; in InitXKeyEventFromXIDeviceEvent()
1466 xkeyevent->xkey.x = xievent->event_x; in InitXKeyEventFromXIDeviceEvent()
1467 xkeyevent->xkey.y = xievent->event_y; in InitXKeyEventFromXIDeviceEvent()
1468 xkeyevent->xkey.x_root = xievent->root_x; in InitXKeyEventFromXIDeviceEvent()
1469 xkeyevent->xkey.y_root = xievent->root_y; in InitXKeyEventFromXIDeviceEvent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/devices/x11/
H A Ddevice_data_manager_x11.cc437 auto* xievent = x11_event.As<x11::Input::DeviceEvent>(); in GetScrollClassEventDetail() local
438 if (!xievent) in GetScrollClassEventDetail()
440 auto sourceid = static_cast<uint16_t>(xievent->sourceid); in GetScrollClassEventDetail()
446 IsXinputMaskSet(xievent->valuator_mask.data(), horizontal_id) in GetScrollClassEventDetail()
450 IsXinputMaskSet(xievent->valuator_mask.data(), vertical_id) in GetScrollClassEventDetail()
876 auto* xievent = x11_event.As<x11::Input::DeviceEvent>(); in IsEventBlocked() local
877 if (!xievent) in IsEventBlocked()
881 (xievent->opcode == x11::Input::DeviceEvent::KeyPress || in IsEventBlocked()
882 xievent->opcode == x11::Input::DeviceEvent::KeyRelease) && in IsEventBlocked()
888 return blocked_devices_.test(static_cast<uint16_t>(xievent->sourceid)); in IsEventBlocked()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/x/
H A Dx11_util.cc387 XIDeviceEvent* xievent = static_cast<XIDeviceEvent*>(xev->xcookie.data); in CoalescePendingMotionEvents() local
419 if (xievent->event == next_xievent->event && in CoalescePendingMotionEvents()
420 xievent->child == next_xievent->child && in CoalescePendingMotionEvents()
421 xievent->detail == next_xievent->detail && in CoalescePendingMotionEvents()
422 xievent->buttons.mask_len == next_xievent->buttons.mask_len && in CoalescePendingMotionEvents()
423 (memcmp(xievent->buttons.mask, next_xievent->buttons.mask, in CoalescePendingMotionEvents()
424 xievent->buttons.mask_len) == 0) && in CoalescePendingMotionEvents()
425 xievent->mods.base == next_xievent->mods.base && in CoalescePendingMotionEvents()
426 xievent->mods.latched == next_xievent->mods.latched && in CoalescePendingMotionEvents()
427 xievent->mods.locked == next_xievent->mods.locked && in CoalescePendingMotionEvents()
[all …]
/dports/x11/xnee/xnee-3.19/libxnee/include/libxnee/
H A Dxnee.h430 xnee_xinput_event xievent ; member
/dports/x11/libX11/libX11-1.7.2/
H A DChangeLog11600 XIEvent *xievent = cookie->data;