Add note about mouse_pos to motion event. Fixes #2026.

This commit is contained in:
Matthew Einhorn 2014-07-12 21:18:06 -04:00
parent 6cb9c34ef5
commit 951f1371e0
1 changed files with 2 additions and 0 deletions

View File

@ -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
--------