Device
(display, name)¶Input device.
Variables: |
---|
Constructor:
__init__
(display, name)¶Methods:
Device.
close
()¶Close the device.
Device.
get_controls
()¶Get a list of controls provided by the device.
Return type: | list of Control |
---|
Device.
open
(window=None, exclusive=False)¶Open the device to begin receiving input from it.
Parameters: |
|
---|