Home
last modified time | relevance | path

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

/third_party/weston/clients/
Deventdemo.c292 const char *axis_source; in axis_source_handler() local
302 axis_source = "wheel"; in axis_source_handler()
305 axis_source = "finger"; in axis_source_handler()
308 axis_source = "continuous"; in axis_source_handler()
311 axis_source = "<invalid source value>"; in axis_source_handler()
315 printf("axis source: %s\n", axis_source); in axis_source_handler()
/third_party/weston/libweston-desktop/
Dseat.c176 .axis_source = weston_desktop_seat_popup_grab_pointer_axis_source,
/third_party/wayland_standard/tests/data/
Dexample-server.h3552 wl_pointer_send_axis_source(struct wl_resource *resource_, uint32_t axis_source) in wl_pointer_send_axis_source() argument
3554 wl_resource_post_event(resource_, WL_POINTER_AXIS_SOURCE, axis_source); in wl_pointer_send_axis_source()
Dexample-client.h4316 void (*axis_source)(void *data, member
4318 uint32_t axis_source);
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/
Dsimple-weston-client.c363 uint32_t axis_source) in PointerHandleAxisSource() argument
/third_party/weston/include/libweston/
Dlibweston.h402 void (*axis_source)(struct weston_pointer_grab *grab, uint32_t source); member
/third_party/weston/libweston/
Dinput.c1935 pointer->grab->interface->axis_source(pointer->grab, source); in notify_axis_source()