Detect input device

Since all of the answers for this question i found were trash here’s mine:

  1. Use event “Any Key” to get a key pressed
  2. Use “Is keyboard key” on it to check if it’s a keyboard key
  3. Switch on the bool your functions to view the text or images.
    I’m using “get display name” straight from input settings so my mechanic is index dependant. Also used two branches in case i want more devices.

1 Like