1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/examples
reuk 4cf74dfff6 Viewport: Improve drag-to-scroll on devices that can accept simultaneous mouse and touch input
Some Windows 11 devices have both touch screens and mouse inputs, and
these can be used simultaneously.

The Viewport (and ListBox) now check the input source of each mouse
down. If the source is not a mouse, the viewport will always enter
drag-to-scroll mode, regardless of the result of isScrollOnDragEnabled.
2022-02-07 14:24:11 +00:00
..
Assets AudioPluginHost: Embed the assets required for internal plug-ins 2021-11-08 14:08:05 +00:00
Audio Add KeyboardComponentBase class for custom MIDI keyboard components and MPEKeyboardComponent class 2022-01-21 14:44:14 +00:00
CMake CMake: Support automatic linking of bundled libraries in modules 2021-06-30 17:04:23 +01:00
DemoRunner Resave all projects 2022-01-26 13:06:01 +00:00
DSP Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving API 2021-10-06 16:44:52 +01:00
GUI Add FocusOutline class for indicating Component keyboard focus 2022-01-20 15:46:53 +00:00
Plugins Add KeyboardComponentBase class for custom MIDI keyboard components and MPEKeyboardComponent class 2022-01-21 14:44:14 +00:00
Utilities Viewport: Improve drag-to-scroll on devices that can accept simultaneous mouse and touch input 2022-02-07 14:24:11 +00:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00