Kivy 2.3 and What It Changes for Mobile Game Developers
Kivy 2.3 introduced reworked input dispatching that affects how touch events propagate through widget trees. For game developers, the most relevant change is in how on_touch_move behaves when multiple widgets overlap — previous versions would silently swallow events in certain stacking configurations. The update also ships improved OpenGL ES 3 support, which matters when targeting mid-range Android devices that previously fell back to slower rendering paths.
Read article