Skip to content

Commit 481b697

Browse files
committed
Fix invalid example
1 parent 686cc50 commit 481b697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Specifying ``uinput`` device options
325325
... (e.ABS_X, AbsInfo(value=0, min=0, max=255,
326326
... fuzz=0, flat=0, resolution=0)),
327327
... (e.ABS_Y, AbsInfo(0, 0, 255, 0, 0, 0)),
328-
... (e.ABS_MT_POSITION_X, (0, 255, 128, 0)) ]
328+
... (e.ABS_MT_POSITION_X, (0, 128, 255, 0)) ]
329329
... }
330330

331331
>>> ui = UInput(cap, name='example-device', version=0x3)

0 commit comments

Comments
 (0)