keyboard input
keyboard input
I want to capture keyboard input and assign to a string variable. Is there a way to do this without opening a console or initsprite() ?
Re: keyboard input
See this post for multiple solutions: http://www.purebasic.fr/english/viewtop ... board+hook
- search the forum for others if it doesn't fit your requirements (there has been a lot done on this topic)
... And welcome to the PureBasic community.
- search the forum for others if it doesn't fit your requirements (there has been a lot done on this topic)
... And welcome to the PureBasic community.
If you're not investing in yourself, you're falling behind.
My PureBasic Stuff ➤ FREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
Re: keyboard input
Super works great. A simple StringGadget does the job. 

- doctorized
- Addict
- Posts: 882
- Joined: Fri Mar 27, 2009 9:41 am
- Location: Athens, Greece
Re: keyboard input
You can also see this: http://purebasic.fr/english/viewtopic.p ... 3&start=15