Home
last modified time | relevance | path

Searched defs:mouse_y (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py192 def get_click_command(self, mouse_y): argument
914 def _fetch_hyperlink_command(self, mouse_x, mouse_y): argument
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp3299 …const float mouse_y = (is_multiline ? (io.MousePos.y - draw_window->DC.CursorPos.y - style.FramePa… in InputTextEx() local