Text boxes

Blitz3D Forums/Blitz3D Programming/Text boxes

Does anyone know how I can make a text box in B3D?

You have to write your own... or use a gui someone has written.

It totally depends on if you need code to run at the same time as people typing, if not it's as simple as drawing a rectangle, locating the cursor and doing an input.

And Rob has just described the basic basics of making your own GUI...