corsario_ll Posted June 1, 2025 Posted June 1, 2025 Hello everyone, as the title says, I would like to know if it is possible to read the control inputs while in the editor. All of this with the objective of giving some feedback to the user when configuring the control as seen in the images. If anyone knows how possible it is to achieve or if it is a lost task, I would appreciate it. JoystickVisualizer.cpp JoystickVisualizer.h
bmyagkov Posted June 2, 2025 Posted June 2, 2025 Hello! @corsario_llAt the moment the Unigine Editor uses its own SystemProxy setup and gamepad support hasn’t been added there. Using the SDL library might be a good way to make this possible. Thanks!
corsario_ll Posted June 3, 2025 Author Posted June 3, 2025 On 6/2/2025 at 12:04 AM, bmyagkov said: Hello! @corsario_llAt the moment the Unigine Editor uses its own SystemProxy setup and gamepad support hasn’t been added there. Using the SDL library might be a good way to make this possible. Thanks! yea i achieved that in that way its not perfect but works
Recommended Posts