mirror of https://github.com/kivy/kivy.git
Add note about mouse_pos to motion event. Fixes #2026.
This commit is contained in:
parent
6cb9c34ef5
commit
951f1371e0
|
@ -40,6 +40,8 @@ MotionEvent from the :class:`~kivy.core.window.Window` to your own callback::
|
|||
|
||||
Window.bind(on_motion=on_motion)
|
||||
|
||||
You can also listen to changes of the mouse position by watching
|
||||
:attr:`~kivy.core.window.WindowBase.mouse_pos`.
|
||||
|
||||
Profiles
|
||||
--------
|
||||
|
|
Loading…
Reference in New Issue