Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Mobile on Screen Keyboard Get Key Pressed/Down?

Discussion in 'Scripting' started by 3CHO12, Aug 20, 2017.

  1. 3CHO12

    3CHO12

    Joined:
    Apr 4, 2015
    Posts:
    18
    Porting project to mobiles, input is keyboard based. Cannot make gui buttons in place of keys for this project, need to use native onscreen keyboard.

    Is there a way to check for mobile Input.GetKey() to see if user pressed that mobile onscreen key?