Home
last modified time | relevance | path

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

/third_party/weston/tests/
Dpointer-test.c387 send_button(client, &t2, BTN_LEFT, WL_POINTER_BUTTON_STATE_RELEASED); in TEST()
389 assert(pointer->state == WL_POINTER_BUTTON_STATE_RELEASED); in TEST()
434 send_button(client, &t2, BTN_LEFT, WL_POINTER_BUTTON_STATE_RELEASED); in TEST()
436 assert(pointer->state == WL_POINTER_BUTTON_STATE_RELEASED); in TEST()
/third_party/weston/libweston-desktop/
Dseat.c130 if (state == WL_POINTER_BUTTON_STATE_RELEASED) in weston_desktop_seat_popup_grab_pointer_button()
135 else if (state == WL_POINTER_BUTTON_STATE_RELEASED && in weston_desktop_seat_popup_grab_pointer_button()
/third_party/weston/kiosk-shell/
Dkiosk-shell-grab.c107 state == WL_POINTER_BUTTON_STATE_RELEASED) in pointer_move_grab_button()
/third_party/weston/shared/
Dframe.c845 } else if (state == WL_POINTER_BUTTON_STATE_RELEASED) { in frame_pointer_button()
940 } else if (state == WL_POINTER_BUTTON_STATE_RELEASED) { in frame_double_click()
/third_party/weston/clients/
Dresizor.c345 state == WL_POINTER_BUTTON_STATE_RELEASED) { in button_handler()
Ddesktop-shell.c344 if (state == WL_POINTER_BUTTON_STATE_RELEASED) in panel_launcher_button_handler()
918 if (state == WL_POINTER_BUTTON_STATE_RELEASED && in unlock_dialog_button_handler()
Dkeyboard.c752 WL_POINTER_BUTTON_STATE_RELEASED, data); in touch_up_handler()
Divi-shell-user-interface.c397 case WL_POINTER_BUTTON_STATE_RELEASED: in PointerHandleButton()
Deditor.c1021 if (state == WL_POINTER_BUTTON_STATE_RELEASED) in text_entry_try_invoke_preedit_action()
Dwindow.c2865 state == WL_POINTER_BUTTON_STATE_RELEASED) in pointer_handle_button()
5373 if (state == WL_POINTER_BUTTON_STATE_RELEASED && in menu_button_handler()
5380 } else if (state == WL_POINTER_BUTTON_STATE_RELEASED) { in menu_button_handler()
/third_party/weston/libweston/
Dbindings.c364 if (state == WL_POINTER_BUTTON_STATE_RELEASED) in weston_compositor_run_button_binding()
Ddata-device.c660 state == WL_POINTER_BUTTON_STATE_RELEASED) { in drag_grab_button()
682 state == WL_POINTER_BUTTON_STATE_RELEASED) { in drag_grab_button()
Dinput.c633 state == WL_POINTER_BUTTON_STATE_RELEASED) { in default_grab_pointer_button()
/third_party/wayland_standard/tests/data/
Dexample-server.h3267 WL_POINTER_BUTTON_STATE_RELEASED = 0, enumerator
Dexample-client.h4058 WL_POINTER_BUTTON_STATE_RELEASED = 0, enumerator
/third_party/wayland-ivi-extension/ivi-input-modules/ivi-input-controller/src/
Divi-input-controller.c690 state == WL_POINTER_BUTTON_STATE_RELEASED) { in pointer_grab_button()
/third_party/weston/desktop-shell/
Dshell.c1539 state == WL_POINTER_BUTTON_STATE_RELEASED) { in move_grab_button()
1666 state == WL_POINTER_BUTTON_STATE_RELEASED) { in resize_grab_button()
3675 state == WL_POINTER_BUTTON_STATE_RELEASED) { in rotate_grab_button()
/third_party/weston/libweston/backend-rdp/
Drdp.c1140 (flags & PTR_FLAGS_DOWN) ? WL_POINTER_BUTTON_STATE_PRESSED : WL_POINTER_BUTTON_STATE_RELEASED in xf_mouseEvent()
/third_party/weston/libweston/backend-x11/
Dx11.c1369 WL_POINTER_BUTTON_STATE_RELEASED); in x11_backend_deliver_button_event()
/third_party/weston/ivi-shell/
Dhmi-controller.c1608 WL_POINTER_BUTTON_STATE_RELEASED == state_w) { in pointer_move_workspace_grab_button()
/third_party/weston/xwayland/
Dwindow-manager.c2113 WL_POINTER_BUTTON_STATE_RELEASED; in weston_wm_handle_button()