MCPcopy Create free account
hub / github.com/Auburn/FastNoise2 / pointerPressEvent

Method pointerPressEvent

tools/NodeEditor/NodeEditorApp.cpp:361–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void NodeEditorApp::pointerPressEvent( PointerEvent& event )
362{
363 if( mImGuiIntegrationContext.handlePointerPressEvent( event ) )
364 return;
365 if( !event.isPrimary() || !(event.pointer() & Pointer::MouseLeft) )
366 return;
367
368 event.setAccepted();
369}
370
371void NodeEditorApp::pointerReleaseEvent( PointerEvent& event )
372{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected