We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b504266 commit c56acf2Copy full SHA for c56acf2
1 file changed
README
@@ -2,7 +2,7 @@
2
python-uinput - Simple Python API to the Linux uinput-system
3
==============================================================
4
5
-:date: 2009-12-16
+:date: 2010-01-16
6
7
.. contents::
8
@@ -39,7 +39,7 @@ To create and use an uinput driver::
39
import uinput
40
driver = uinput.Driver()
41
driver.move_pointer(100, 100)
42
- driver.click(uinput.codes.BTN_LEFT)
+ driver.click(uinput.keycodes.BTN_LEFT)
43
44
Downloading
45
===========
0 commit comments