Home | Trees | Indices | Help |
|
---|
|
object --+ | Keyboard
Instance Methods | |||
|
|||
Inherited from |
Class Variables | |
CTRL = 4
|
|
SHIFT = 2
|
|
ALT = 1
|
|
NONE = 0
|
Properties | |
ctrl | |
shift | |
alt | |
keys_combination This function returns a unique integer value for each combination of control keys. |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Property Details |
ctrl
|
shift
|
alt
|
keys_combinationThis function returns a unique integer value for each combination of control keys. It may seem a little odd to use the if statements but that has been proven to be the most efficient way of converting a boolean to an int.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Aug 19 01:55:20 2018 | http://epydoc.sourceforge.net |