aInput

Blitz3D Forums/Blitz3D Programming/aInput

kochOn(Posted 2007) [#1]
This ia a little library that simulate a basic Input command in a loop...

Tell me what you think aout it...




slenkar(Posted 2007) [#2]
it does what it says on the tin, the only improvement i can think of is when you keep your finger on delete it deletes more than one letter.


kochOn(Posted 2007) [#3]
Hi, Chunkations!

I' ve updated the lib with your suggestion and now, you can let the BaskSpace key pressed but also the Del key and so on for Cursor keys...


kochOn(Posted 2007) [#4]
Here is a new version of the library: See the first post.

The litle demo gives you the ability to select a part of the text by holding the shift key with cursor.

There are few missing functions that I need to implement to make this library very complete.

aInput will let you deal with Text Input in background. This means that the Text drawing part will devolve to the programmer.
It can also be used to enter CheatCodes in a game (without the drawing part, during the game's loop).

Please tell me if it's useful...