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

Method CCursorFreeRDP

Plugins/FreeRDP/Client/CursorFreeRDP.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <freerdp/gdi/gdi.h>
6
7CCursorFreeRDP::CCursorFreeRDP(CBackendFreeRDP *parent) : QObject(parent),
8 m_pConnect(parent),
9 m_Logger("FreeRDP.Cursor")
10{}
11
12int CCursorFreeRDP::RegisterPointer(rdpGraphics *graphics)
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected