MCPcopy 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
61void CPressedObject::ClearLeft()
62{
63 LeftObject = nullptr;
64 LeftGump = nullptr;
65 LeftSerial = 0;
66}
67
68void CPressedObject::InitLeft(CRenderObject *obj, CGump *gump)
69{

Callers 6

OnLeftMouseButtonUpMethod · 0.80
PrepareContentMethod · 0.80
PrepareContentMethod · 0.80
PrepareContentMethod · 0.80
~CGumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected