keyboard input

Just starting out? Need help? Post your questions and find answers here.
longwave
New User
New User
Posts: 8
Joined: Thu Nov 28, 2013 9:36 pm

keyboard input

Post by longwave »

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() ?
User avatar
JHPJHP
Addict
Addict
Posts: 2258
Joined: Sat Oct 09, 2010 3:47 am

Re: keyboard input

Post by JHPJHP »

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.

If you're not investing in yourself, you're falling behind.

My PureBasic StuffFREE STUFF, Scripts & Programs.
My PureBasic Forum ➤ Questions, Requests & Comments.
longwave
New User
New User
Posts: 8
Joined: Thu Nov 28, 2013 9:36 pm

Re: keyboard input

Post by longwave »

Super works great. A simple StringGadget does the job. :D
User avatar
doctorized
Addict
Addict
Posts: 882
Joined: Fri Mar 27, 2009 9:41 am
Location: Athens, Greece

Re: keyboard input

Post by doctorized »

Post Reply