Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - MilesMando

#1
Hello and first of all thank you for all.

...and sorry because I do not control English well.

Im code noob so,

How to use the keys of a foreign keyboards in a control “text box” (input) ?
because for the french AZERTY keyboard the digits 0 to 9 are on the same keys, but to be typed the shift key must be pressed. The unshifted positions are used for accented characters.

or

how to simulate a striking of key when input box is active ??,
this dont work and freeze the game like a pause:

(in interface click)

Code: ags

if ((interface == 14) && (button == 9)) {
on_key_press(49);

String text = cororep2.Text;
text = text.Append("à _ my accented character");
cororep2.Text = text;

return;
  
}
}





thank you miles time and that the angel for the videogames you guards all !
SMF spam blocked by CleanTalk