Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Graphics
»
Real time input, input box
Print
Pages: [
1
]
Author
Topic: Real time input, input box (Read 1699 times)
0 Members and 2 Guests are viewing this topic.
OutlawLee
Jr. Member
Posts: 50
This is my personal text. Dont read it.
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
Is there any function like GetPressedKey()
?
Logged
Grimshaw
Hero Member
Posts: 631
Nephilim SDK
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.
Logged
Indie game developer -
http://daevatheory.com/
Engine -
https://github.com/DevilWithin/Nephilim
http://www.packtpub.com/sfml-game-development/book
Print
Pages: [
1
]
SFML community forums
»
Help
»
Graphics
»
Real time input, input box
anything