Windows support — win32api SendInput for OS input injection #8
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/raven#8
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a
Win32Backendto ActionExecutor usingctypes+SendInput(no external dependency beyondpywin32which is pip-installable).Auto-detected when
sys.platform == 'win32'. No UAC elevation required for SendInput.Also verify xdotool fallback is gracefully handled (xdotool not available on Windows — pyautogui is the fallback there).