MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / add_cursor_y

Method add_cursor_y

DSView/pv/view/viewport.cpp:2131–2137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2129}
2130
2131void Viewport::add_cursor_y()
2132{
2133 uint64_t index;
2134 index = _view.pixel2index(_cur_preX);
2135 _view.add_cursor(index);
2136 _view.show_cursors(true);
2137}
2138
2139void Viewport::add_cursor_x()
2140{

Callers

nothing calls this directly

Calls 3

pixel2indexMethod · 0.80
add_cursorMethod · 0.80
show_cursorsMethod · 0.80

Tested by

no test coverage detected