Home
last modified time | relevance | path

Searched refs:getTouchSurface (Results 1 – 6 of 6) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/examples/BLOCKS/
H A DBlocksSynthDemo.h657 if (auto surface = activeBlock->getTouchSurface()) in topologyChanged()
773 if (auto surface = activeBlock->getTouchSurface()) in detachActiveBlock()
H A DBlocksDrawingDemo.h395 if (auto surface = activeBlock->getTouchSurface()) in topologyChanged()
500 if (auto surface = activeBlock->getTouchSurface()) in detachActiveBlock()
H A DBlocksMonitorDemo.h69 if (auto touchSurface = block->getTouchSurface()) in BlockComponent()
91 if (auto touchSurface = block->getTouchSurface()) in ~BlockComponent()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_Detector.cpp349 …f (auto* surface = dynamic_cast<BlockImpl::TouchSurfaceImplementation*> (block->getTouchSurface())) in handleTouchChange()
366 if (auto* surface = block->getTouchSurface()) in cancelAllActiveTouches()
H A Djuce_BlockImplementation.cpp174 TouchSurface* getTouchSurface() const override { return touchSurface.get(); } in getTouchSurface() function
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/blocks/
H A Djuce_Block.h191 virtual TouchSurface* getTouchSurface() const = 0;