Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Real time input, input box  (Read 1484 times)

0 Members and 1 Guest are viewing this topic.

OutlawLee

  • Jr. Member
  • **
  • Posts: 50
  • This is my personal text. Dont read it.
    • View Profile
    • Email
Real time input, input box
« on: May 08, 2012, 11:16:09 pm »
I want to write out the text as something types it on the keyboard. So basically a input box without the box  :o

Is there any function like GetPressedKey() ????

Grimshaw

  • Hero Member
  • *****
  • Posts: 631
  • Nephilim SDK
    • View Profile
Re: Real time input, input box
« Reply #1 on: May 09, 2012, 03:06:51 am »
Use event polling as in the tutorials, check the event type TextEntered.

 

anything