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

Method sendMouseEvent

src/eepp/scene/node.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void Node::sendMouseEvent( const Uint32& event, const Vector2i& pos, const Uint32& flags ) {
323 MouseEvent MouseEvent( this, event, pos, flags );
324 sendEvent( &MouseEvent );
325}
326
327void Node::sendCommonEvent( const Uint32& event ) {
328 Event CommonEvent( this, event );

Callers 1

onKeyDownMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected