Xbox controler error

Official forum for open source FreePIE discussion and development.
Post Reply
laudi
One Eyed Hopeful
Posts: 2
Joined: Mon Mar 28, 2016 9:36 am

Xbox controler error

Post by laudi »

hi !
i'm trying to play Radial G with the osvr.
But i got a problem with the FREEPIE controler.
i'm trying tu use the rotation head for moving the rightstick.

Code: Select all

     
      xbox360[0].rightStickY = pitch*multiply
      xbox360[0].rightStickX = yaw*multiply
but i got the error "can't assign to read-only property rightStickY of type "XBox360PlunginGlobal"

can someone help me ?

bests regards,
laudi.

Sorry for my poor english ^^'
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Xbox controler error

Post by CyberVillain »

The xbox plugin is read only, if you want to write for now you need to youse the standalone "Xoutput"-plugin for that
laudi
One Eyed Hopeful
Posts: 2
Joined: Mon Mar 28, 2016 9:36 am

Re: Xbox controler error

Post by laudi »

ok thank a lot !! :D
Post Reply

Return to “FreePIE”