Searched refs:sx_w (Results 1 – 1 of 1) sorted by relevance
73 wl_fixed_t sx_w; member224 uint32_t time, wl_fixed_t sx_w, wl_fixed_t sy_w) in pointer_handle_motion() argument228 input->sx_w = sx_w; in pointer_handle_motion()231 const int sx = wl_fixed_to_int(sx_w); in pointer_handle_motion()240 wl_fixed_t sx_w, wl_fixed_t sy_w) in pointer_handle_enter() argument264 pointer_handle_motion(data, pointer, serial, sx_w, sy_w); in pointer_handle_enter()287 const SDL_Point point = { wl_fixed_to_int(input->sx_w), wl_fixed_to_int(input->sy_w) }; in ProcessHitTest()1024 input->sx_w = wl_fixed_from_int(0); in Wayland_display_add_input()
Completed in 6 milliseconds