Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandevents.c73 wl_fixed_t sx_w; member
224 uint32_t time, wl_fixed_t sx_w, wl_fixed_t sy_w) in pointer_handle_motion() argument
228 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() argument
264 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