Exemplo n.º 1
0
static void textfield_handle_key_up(TextField& textfield, int keycode, int keymod) {
    textfield.handle_key_up(keycode, keymod);
}