Question by
thefitzyG · Feb 05, 2020 at 02:24 PM ·
inputnew-feature
how to detect what device is being used in the new input system?
I want to be able to check what device is currently in use for my input and use it in an if statement. e.g. if (mouse and keyboard) DoThing(); if (xbox controller) DoAnotherThing();
is there a function for this that I'm missing or is there a workaround?
Comment