Home
last modified time | relevance | path

Searched refs:touchSurface (Results 1 – 2 of 2) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_BlockImplementation.cpp49 touchSurface.reset (new TouchSurfaceImplementation (*this)); in BlockImplementation()
72 if (auto surface = dynamic_cast<TouchSurfaceImplementation*> (touchSurface.get())) in markDisconnected()
93 if (auto surface = dynamic_cast<TouchSurfaceImplementation*> (touchSurface.get())) in markReconnected()
174 TouchSurface* getTouchSurface() const override { return touchSurface.get(); } in getTouchSurface()
665 std::unique_ptr<TouchSurface> touchSurface; member
/dports/devel/juce/JUCE-f37e9a1/examples/BLOCKS/
H A DBlocksMonitorDemo.h69 if (auto touchSurface = block->getTouchSurface()) in BlockComponent() local
70 touchSurface->addListener (this); in BlockComponent()
91 if (auto touchSurface = block->getTouchSurface()) in ~BlockComponent() local
92 touchSurface->removeListener (this); in ~BlockComponent()