Package modules :: Package auxiliary :: Module human
[hide private]
[frames] | no frames]

Module human

source code

Classes [hide private]
  Human
Human after all
Functions [hide private]
 
foreach_child(hwnd, lparam) source code
 
foreach_window(hwnd, lparam) source code
 
move_mouse() source code
 
click_mouse() source code
Variables [hide private]
  log = logging.getLogger(__name__)
  EnumWindowsProc = WINFUNCTYPE(c_bool, POINTER(c_int), POINTER(...
  EnumChildProc = WINFUNCTYPE(c_bool, POINTER(c_int), POINTER(c_...
  RESOLUTION = {"x": USER32.GetSystemMetrics(0), "y": USER32.Get...
Variables Details [hide private]

EnumWindowsProc

Value:
WINFUNCTYPE(c_bool, POINTER(c_int), POINTER(c_int))

EnumChildProc

Value:
WINFUNCTYPE(c_bool, POINTER(c_int), POINTER(c_int))

RESOLUTION

Value:
{"x": USER32.GetSystemMetrics(0), "y": USER32.GetSystemMetrics(1)}