SirRFI
SirRFI
- Robotgo version (or commit ref): `v1.0.0-beta5` - Go version: `go version go1.17.6 windows/amd64` - Gcc version: `gcc.exe (x86_64-win32-seh-rev0, Built by MinGW-W64 project) 8.1.0` (recommended by README) - Operating system...
Suggestion: Add function that returns position (X, Y) and size (width, height) of a window. Example: ```go hwnd := robotgo.FindWindow("Notepad") x, y := robotgo.GetWindowPosition(hwnd) // int, int or robotgo.Point w,...
**How did you upgrade to 21.10? (Fresh install / Upgrade)** Two attempts: 1. Fresh install on VM few days ago, today `sudo apt update` & `sudo apt upgrade` 2. Fresh...