Hi, I am using Agar 1.4.0 with SDL. Below is the code which displays the textbox, but I am not able to enter any text. If I hold alt and then press keys, some weird characters are shown in the textbox. Other than that whatever key I press, nothing comes in the textbox.
AG_Textbox *textbox; char name[100]; textbox = AG_TextboxNew(boxVert5,0,"Testing: "); //boxVert5 is a AG_Box AG_TextboxSizeHintPixels (textbox, 100, 15); AG_TextboxBindUTF8(textbox, name, sizeof(name)); Can anyone suggest any solution for this? Thanks in advance, Tejaswin.
_______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
