Searched refs:mousemove (Results 1 – 1 of 1) sorted by relevance
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_utils.py | 1117 def mousemove(x, y, close_notification = False): function 1281 mousemove(left + delta_x, y, close_notification) 1292 mousemove(right + delta_x, y, close_notification) 1303 mousemove(x, top + delta_y, close_notification) 1314 mousemove(x, bottom + delta_y, close_notification) 1323 mousemove(left + delta_x, top + delta_y, close_notification) 1332 mousemove(right + delta_x, top + delta_y, close_notification) 1341 mousemove(left + delta_x, bottom + delta_y, close_notification) 1350 mousemove(right + delta_x, bottom + delta_y, close_notification) 1364 mousemove(x + delta_x, y + delta_y, close_notification)
|