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

Method pointerReleaseEvent

tools/NodeEditor/NodeEditorApp.cpp:371–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void NodeEditorApp::pointerReleaseEvent( PointerEvent& event )
372{
373 if( mImGuiIntegrationContext.handlePointerReleaseEvent( event ) )
374 return;
375
376 event.setAccepted();
377}
378
379void NodeEditorApp::scrollEvent( ScrollEvent& event ) {
380 if( mImGuiIntegrationContext.handleScrollEvent( event ) )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected