MCPcopy Create free account
hub / github.com/antopilo/Nuake / OnClick

Method OnClick

Nuake/Source/Nuake/UI/Nodes/Node.cpp:318–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 }
317
318 void Node::OnClick(InputManager * inputManager)
319 {
320 if (ScriptingEngineNet::Get().HasCustomWidgetInstance(canvasOwner->GetUUID(), scriptingId))
321 {
322 ScriptingEngineNet::Get().GetCustomWidgetInstance(canvasOwner->GetUUID(), scriptingId).InvokeMethod("OnClick");
323 }
324 }
325
326 bool Node::IsMouseHover(float x, float y)
327 {

Callers

nothing calls this directly

Calls 3

GetUUIDMethod · 0.80

Tested by

no test coverage detected