Searched refs:mouse_x (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Tools/demo/ |
D | life.py | 244 mouse_id, mouse_x, mouse_y, mouse_z, button_state = curses.getmouse() 245 if (mouse_x > 0 and mouse_x < board.X + 1 and 247 xpos = mouse_x - 1
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 51 def _get_command_from_line_attr_segs(mouse_x, attr_segs): argument 64 if seg[0] <= mouse_x < seg[1]: 856 _, mouse_x, mouse_y, _, mouse_event_type = self._screen_getmouse() 862 if mouse_x >= self._max_x - 2: 885 if mouse_x >= self._max_x - 2: 891 command = self._fetch_hyperlink_command(mouse_x, mouse_y) 914 def _fetch_hyperlink_command(self, mouse_x, mouse_y): argument 921 return _get_command_from_line_attr_segs(mouse_x, 925 return _get_command_from_line_attr_segs(mouse_x, 931 mouse_x, self._curr_wrapped_output.font_attr_segs[absolute_mouse_y])
|
D | curses_ui_test.py | 158 mouse_x = command[1] 162 return self._fetch_hyperlink_command(mouse_x, mouse_y)
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 267 JS_STATIC_PROP(mouseX, mouse_x, Document);
|