Skip to content

Commit

Permalink
Expose "absolute" options in HIDInputMotionEventProvider class
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkoazc authored and tshirtman committed Apr 28, 2018
1 parent 285162b commit 4d9f19d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kivy/input/providers/hidinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ class HIDInputMotionEventProvider(MotionEventProvider):
options = ('min_position_x', 'max_position_x',
'min_position_y', 'max_position_y',
'min_pressure', 'max_pressure',
'min_abs_x', 'max_abs_x',
'min_abs_y', 'max_abs_y',
'invert_x', 'invert_y', 'rotation')

def __init__(self, device, args):
Expand Down

0 comments on commit 4d9f19d

Please sign in to comment.