MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / NeedCursor

Method NeedCursor

ogsr_engine/xrGame/ui/UIDialogWnd.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 void SetHolder(CDialogHolder* h) { m_pHolder = h; };
41 virtual bool StopAnyMove() { return true; }
42 virtual bool NeedCursor() const { return true; }
43 virtual bool WorkInPause() const { return m_bWorkInPause; }
44 virtual bool Dispatch(int cmd, int param) { return true; }
45};

Callers 2

StartMenuMethod · 0.80
StopMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected