c.soucksengphet Posted April 25, 2016 Posted April 25, 2016 Hello, I am working with different controllers. Inputs work fine, xbox360 and six-axis even have outputs support (for motors for example). For other devices such as "Logitech G25 Racing Wheel USB", inputs can be handle with ControlsJoystick class. Is there a way to control output for these devices as well? Thank you.
maxi Posted April 25, 2016 Posted April 25, 2016 Hi, unfortunatelly feedback support is not implemented for ControlsJoystick for now. But you can implement it using windows directinput api: https://msdn.microsoft.com/en-us/library/windows/desktop/ee417563%28v=vs.85%29.aspx
c.soucksengphet Posted April 25, 2016 Author Posted April 25, 2016 Thank you for the response, Is it something that can be expected in future release of Unigine?
silent Posted April 25, 2016 Posted April 25, 2016 Hi Changtharack, We don't have plans to implement such functionality in the nearest SDK updates, sorry. But, anyway, I've added this task to our internal TODO list. Sorry for the inconvenience caused. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
c.soucksengphet Posted April 25, 2016 Author Posted April 25, 2016 Ok thanks, For the moment I will work with Windows DirectInput API then.
Recommended Posts