Home
last modified time | relevance | path

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

/dports/x11-wm/hikari/hikari-2.2.3/src/
H A Dnormal_mode.c23 struct cursor_down_state { struct
30 static struct cursor_down_state cursor_down_state; argument
194 double moved_x = x - cursor_down_state.lx; in cursor_down_move()
195 double moved_y = y - cursor_down_state.ly; in cursor_down_move()
197 double sx = cursor_down_state.sx + moved_x; in cursor_down_move()
198 double sy = cursor_down_state.sy + moved_y; in cursor_down_move()
259 cursor_down_state.lx = lx; in start_cursor_down_handling()
260 cursor_down_state.ly = ly; in start_cursor_down_handling()
261 cursor_down_state.sx = sx; in start_cursor_down_handling()
262 cursor_down_state.sy = sy; in start_cursor_down_handling()