| Home | Trees | Indices | Help |
|
|---|
|
|
| Classes | |
|
Mouse Easy way to track what your mouse is doing. |
|
| Functions | |||
|
|||
|
|||
|
|||
| Variables | |
havePygame = True
|
|
havePyglet = True
|
|
mouseButtons =
|
|
mouseWheelRel = array([ 0., 0.])
|
|
usePygame = True
|
|
| Function Details |
Author:
|
Halts everything (including drawing) while awaiting input from keyboard. Then returns list of keys pressed. Implicitly clears keyboard, so any preceding keypresses will be lost. Optional arguments specify maximum wait period and which keys to wait for. Returns None if times out. |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Nov 3 14:03:43 2010 | http://epydoc.sourceforge.net |