Hello, how would I (Code) make a text box in allegro. So kinda of like a box that i can enter text in and it stores the string in a variable?
- Cheers, Daniel
You would look at the Allegro source code to see how it's done in the case of d_edit_proc() and then do something similar.