MCPcopy Create free account
hub / github.com/SpartanJ/eepp / onMouseUp

Method onMouseUp

src/eepp/scene/node.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367Uint32 Node::onMouseUp( const Vector2i& Pos, const Uint32& Flags ) {
368 sendMouseEvent( Event::MouseUp, Pos, Flags );
369 return 1;
370}
371
372Uint32 Node::onMouseClick( const Vector2i& Pos, const Uint32& Flags ) {
373 sendMouseEvent( Event::MouseClick, Pos, Flags );

Callers 2

updateMethod · 0.45
sendMouseUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected