Skip to content

Commit 951f137

Browse files
committed
Add note about mouse_pos to motion event. Fixes kivy#2026.
1 parent 6cb9c34 commit 951f137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kivy/input/motionevent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ def on_motion(self, etype, motionevent):
4040
4141
Window.bind(on_motion=on_motion)
4242
43+
You can also listen to changes of the mouse position by watching
44+
:attr:`~kivy.core.window.WindowBase.mouse_pos`.
4345
4446
Profiles
4547
--------

0 commit comments

Comments
 (0)