mirror of https://github.com/kivy/kivy.git
doc: revisions to input/providers/wm_pen.py
This commit is contained in:
parent
93cbe28b7b
commit
e0b1f9b785
|
@ -1,7 +1,7 @@
|
|||
'''
|
||||
Support of WM_PEN message (Window platform)
|
||||
===========================================
|
||||
'''
|
||||
Support for WM_PEN messages (Window platform)
|
||||
=============================================
|
||||
'''
|
||||
|
||||
__all__ = ('WM_PenProvider', 'WM_Pen')
|
||||
|
||||
|
@ -15,7 +15,7 @@ from kivy.input.motionevent import MotionEvent
|
|||
|
||||
|
||||
class WM_Pen(MotionEvent):
|
||||
'''MotionEvent representing the WM_Pen event. Support pos profile'''
|
||||
'''MotionEvent representing the WM_Pen event. Supports the pos profile'''
|
||||
|
||||
def depack(self, args):
|
||||
self.is_touch = True
|
||||
|
|
Loading…
Reference in New Issue