Xbox One Controller - incorrect POV position

Questions about Wine on macOS.
Locked
DanilVi
Newbie
Newbie
Posts: 1
Joined: Thu May 13, 2021 3:30 pm

Xbox One Controller - incorrect POV position

Post by DanilVi »

I tried to connect my xbox one controller to wine, but there is incorrect default POV position (you can see on the screen below, the POV section is upper by default).
I can set cursor to center when I press left+up POV arrows together. But this is bad solution for games...

I tested it using Wine v.5.5 and v.6.0 (I use PlayOnMac app).

How to fix it?
Снимок экрана 2021-05-13 в 23.31.46.png
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Xbox One Controller - incorrect POV position

Post by Gcenx »

Third-part frontends are not supported here see Winebottler, Wineskin etc are not supported here

You would need to test using vanilla wine, if you want to test something more recent than the Winehq provided packages you can use the packages in providing that are Winehq like.

To easily install the latest version of wine-devel run the following brew command.

Code: Select all

brew tap gcenx/wine && brew install --cask --no-quarantine gcenx-wine-devel
Locked