MANIFEST.in
README.md
README.zh-CN.md
pyproject.toml
docs/hook-manager.zh-CN.md
docs/plugin-protocol.zh-CN.md
examples/json_virtual_input_agent.py
examples/multi_mode_automation.py
src/alphawindow/__init__.py
src/alphawindow/__main__.py
src/alphawindow/_d3d11_interop.py
src/alphawindow/_version.py
src/alphawindow/accessibility.py
src/alphawindow/backends.py
src/alphawindow/capture.py
src/alphawindow/cli.py
src/alphawindow/cli_app.py
src/alphawindow/hooks.py
src/alphawindow/input_utils.py
src/alphawindow/native_dxgi.py
src/alphawindow/native_wgc.py
src/alphawindow/playback_overlay.py
src/alphawindow/plugins.py
src/alphawindow/profiles.py
src/alphawindow/py.typed
src/alphawindow/recording.py
src/alphawindow/recording_audio.py
src/alphawindow/sandbox.py
src/alphawindow/session.py
src/alphawindow/settings_paths.py
src/alphawindow/types.py
src/alphawindow/uia_input.py
src/alphawindow/vision.py
src/alphawindow/waiting.py
src/alphawindow/web_api.py
src/alphawindow/web_app.py
src/alphawindow/win32_capture.py
src/alphawindow/win32_input.py
src/alphawindow/win32_resolver.py
src/alphawindow/win32_telemetry.py
src/alphawindow/window_attach.py
src/alphawindow.egg-info/PKG-INFO
src/alphawindow.egg-info/SOURCES.txt
src/alphawindow.egg-info/dependency_links.txt
src/alphawindow.egg-info/entry_points.txt
src/alphawindow.egg-info/requires.txt
src/alphawindow.egg-info/top_level.txt
src/alphawindow/web_static/index.html
src/alphawindow/web_static/assets/index-97bDurXV.js
src/alphawindow/web_static/assets/index-CWAJXKbu.css
src/alphawindow_cua/__init__.py
src/alphawindow_cua/provider.py
src/alphawindow_kmbox/__init__.py
tests/test_accessibility.py
tests/test_capture_method_matrix.py
tests/test_cli_app.py
tests/test_cpu_frame.py
tests/test_cua_adapter.py
tests/test_deferred_subsystem_gates.py
tests/test_directx_capture.py
tests/test_examples.py
tests/test_generic_backends.py
tests/test_github_workflows.py
tests/test_hook_backends.py
tests/test_hook_samples.py
tests/test_input_utils.py
tests/test_kmbox_plugin.py
tests/test_mode_coverage.py
tests/test_monitor_capture.py
tests/test_native_dxgi.py
tests/test_native_wgc_pipeline.py
tests/test_packaging.py
tests/test_playback_overlay.py
tests/test_plugins.py
tests/test_profiles.py
tests/test_recording.py
tests/test_sandbox_protocols.py
tests/test_session_operations.py
tests/test_session_prefetch.py
tests/test_uia_input_backend.py
tests/test_vision.py
tests/test_waiting.py
tests/test_web_api.py
tests/test_web_app.py
tests/test_webui_mode_layout.py
tests/test_win32_capture.py
tests/test_win32_desktop_capture.py
tests/test_win32_input_backends.py
tests/test_win32_resolver.py
tests/test_win32_telemetry.py
tests/test_windows_integration.py