Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Windows Touch Screen Keyboard

Discussion in 'Input System' started by Mogulbasher, Jul 28, 2020.

  1. Mogulbasher

    Mogulbasher

    Joined:
    Feb 26, 2014
    Posts:
    21
    We have a situation where a player has to enter their name. We use the Windows Touch Screen Keyboard to give the use the opportunity to enter their name using touch. However these key presses do not seem to be picked up by the new Input System. Can anyone point me in the right direction to intercept these touch key presses correctly and get the data into an Input Field.

    Thanks