Elliot Garbus
Elliot Garbus
**Software Versions** * Python: v3.9.1 (tags/v3.9.1:1e5d33e, Dec 7 2020, 17:08:21) [MSC v.1927 64 bit (AMD64)] * OS: Windows10 * Kivy :v2.0.0 * Kivy installation method: pip installed in a venv...
**Software Versions** * Python: NA * OS: Windows NA * Kivy: 1.11.1, 2.0.0 * Kivy installation method: pip install into a VENV **Describe the bug** If an App level config...
This PR adds support for multiple mouse button events, fixing issue #3597 The PR also adds some documentation for how the mouse multi-touch simulation works. Implementation note: The original implementation...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] When running pyi-makespec, all...
This PR removes obsolete features from the mouse provider. This fixes issue #5898 The mouse provider had features that were used to interact with a scatter. These features were made...
This PR supports provider selection on a per instance basis. This will support #8577 Documentation here: https://github.com/kivy/kivy/issues/8577#issuecomment-3592099822 Maintainer merge checklist * [ ] Title is descriptive/clear for inclusion in release...