Currently, with UWP builds, input is only accepted from a gamepad. The downside is that when using the UWP build on desktop (which I’ve been doing recently for convenience), we always have to connect a controller, and it gets annoying.
It would be good if we could allow seamless use of keyboard and mouse or controller, while also hot-swapping all UI elements and all the other stuff that is console specific for RAD_UWP.
Currently, with UWP builds, input is only accepted from a gamepad. The downside is that when using the UWP build on desktop (which I’ve been doing recently for convenience), we always have to connect a controller, and it gets annoying.
It would be good if we could allow seamless use of keyboard and mouse or controller, while also hot-swapping all UI elements and all the other stuff that is console specific for
RAD_UWP.