kpiorno / kivy3dgui

Pure Kivy library to display and interact with Kivy widgets in a 3D mesh.
MIT License
127 stars 29 forks source link

on_touch_move crashes the checkers app in kivy 2.1 on a touchscreen #19

Closed schoolsplay closed 1 year ago

schoolsplay commented 1 year ago

To reproduce: Start the checkers example and generate a "touch_move" event a stone on a touchscreen. It will crash. See also my pull request for a syntax fix. (This only fixes a crash on a non touchscreen)

schoolsplay commented 1 year ago

Sorry, wrong repo :-(