Public Member Functions | |
def | doAltTab |
def | isAltTabbing |
def | timerCallback |
def | __init__ |
Inherit from this class if you want to send Alt-Tab events
Definition at line 41 of file GizmoScriptAltTabber.py.
def GizmoScriptAltTabber::GizmoScriptAltTabber::doAltTab | ( | self | ) |
Figure out what combination of keys to press to do the next iteration of the Alt-Tab events
Definition at line 50 of file GizmoScriptAltTabber.py.
def GizmoScriptAltTabber::GizmoScriptAltTabber::isAltTabbing | ( | self | ) |
Return whether or not alt-tabbing is taking place
Definition at line 65 of file GizmoScriptAltTabber.py.
def GizmoScriptAltTabber::GizmoScriptAltTabber::timerCallback | ( | self, | ||
UserData | ||||
) |
def GizmoScriptAltTabber::GizmoScriptAltTabber::__init__ | ( | self | ) |