MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / cursorPosition

Method cursorPosition

AdaptixClient/Libs/Konsole/ScreenWindow.cpp:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131QPoint ScreenWindow::cursorPosition() const {
132 QPoint position;
133
134 position.setX(_screen->getCursorX());
135 position.setY(_screen->getCursorY());
136
137 return position;
138}
139
140int ScreenWindow::getCursorX() const { return _screen->getCursorX(); }
141int ScreenWindow::getCursorY() const { return _screen->getCursorY(); }

Callers 1

eventFilterMethod · 0.45

Calls 4

setXMethod · 0.45
getCursorXMethod · 0.45
setYMethod · 0.45
getCursorYMethod · 0.45

Tested by

no test coverage detected