usage of DragBehavior in Kivy
问题 I'm new for python and kivy, and struggling with them. I wanted to implement drag and drop function (a function that when a image is dragged to another image and dropped on it, do something.) with kivy. What I want to do are the following three things; know the id of the element that the user has been holding now. know the id of the element that the user is on hover. know the id of the element which was under the pointer when the user has dropped what he had. I thought this would be useful to