Searched refs:dx_str (Results 1 – 2 of 2) sorted by relevance
34 const char *dx_str = qdict_get_str(qdict, "dx_str"); in hmp_mouse_move() local38 dx = strtol(dx_str, NULL, 0); in hmp_mouse_move()
725 .args_type = "dx_str:s,dy_str:s,dz_str:s?",