Ghostsky1

Results 6 comments of Ghostsky1

@Unai144 Is the multiogar just with more additions...

> I've never used conda, but I would guess you do something like this to install the missing dependency: > > ``` > conda activate avatarify > conda install -y...

``` //Usage example using Windows.Input await MoveMouse(342, 589); public async Task MoveMouse(double xpos, double ypos) { int screenWidth = Screen.PrimaryScreen.Bounds.Width; int screenHeight = Screen.PrimaryScreen.Bounds.Height; double X = xpos * 65535...

> Do you still face the same error or it works fine now I didn't try again.