MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / onSetPosition

Method onSetPosition

Plugins/FreeRDP/Client/CursorFreeRDP.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159BOOL CCursorFreeRDP::onSetPosition(rdpContext *context, UINT32 x, UINT32 y)
160{
161 emit m_pConnect->sigUpdateCursor(QCursor(QPixmap::fromImage(m_Cursor),
162 x, y));
163 return TRUE;
164}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected