Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 707 Bytes

File metadata and controls

47 lines (34 loc) · 707 Bytes

API Reference

Complete API documentation for all AutoControl modules.

Wrapper API

Platform-agnostic high-level functions.

.. toctree::
   :maxdepth: 2

   wrapper/mouse
   wrapper/keyboard
   wrapper/image
   wrapper/screen
   wrapper/record

Utils API

Utility modules for scripting, reporting, and more.

.. toctree::
   :maxdepth: 2

   utils/executor
   utils/callback
   utils/generate_report
   utils/scheduler
   utils/file
   utils/package_manager
   utils/socket_server
   utils/critical_exit

Key Reference

Platform-specific key code tables.

.. toctree::
   :maxdepth: 2

   special/keyboard_keys
   special/mouse_keys