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

Function GetHasCursor

Service/Desktop.h:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 virtual QImage GetCursor(QPoint &pos, QPoint &posHot) = 0;
28 virtual QPoint GetCursorPosition() = 0;
29 virtual bool GetHasCursor() const
30 {
31 return m_bHasCursor;
32 }
33 virtual void SetHasCursor(bool newHaveCursor)
34 {
35 m_bHasCursor = newHaveCursor;

Callers 1

GetDisplayMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected