Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crossuo/crossuo
/ ClearLeft
Method
ClearLeft
src/PressedObject.cpp:61–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void CPressedObject::ClearLeft()
62
{
63
LeftObject = nullptr;
64
LeftGump = nullptr;
65
LeftSerial = 0;
66
}
67
68
void CPressedObject::InitLeft(CRenderObject *obj, CGump *gump)
69
{
Callers
6
OnLeftMouseButtonUp
Method · 0.80
OnLeftMouseButtonDoubleClick
Method · 0.80
PrepareContent
Method · 0.80
PrepareContent
Method · 0.80
PrepareContent
Method · 0.80
~CGump
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected