Home
last modified time | relevance | path

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

/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/protocol/
H A Djuce_BlocksProtocolDefinitions.h63 touchEndWithVelocity = 0x15, enumerator
H A Djuce_HostPacketDecoder.h89 …case MessageFromDevice::touchEndWithVelocity: return handleTouchWithVelocity (handler, reader,… in processNextMessage()