mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
Removed debug log message
This commit is contained in:
parent
f31ad57fde
commit
f311e0a826
@ -755,7 +755,6 @@ keyboard_handle_key(void *data, struct wl_keyboard *keyboard,
|
|||||||
SDL_bool has_text = keyboard_input_get_text(text, input, key);
|
SDL_bool has_text = keyboard_input_get_text(text, input, key);
|
||||||
if (has_text) {
|
if (has_text) {
|
||||||
Wayland_data_device_set_serial(input->data_device, serial);
|
Wayland_data_device_set_serial(input->data_device, serial);
|
||||||
SDL_Log("handle_key: posting: %s", text);
|
|
||||||
SDL_SendKeyboardText(text);
|
SDL_SendKeyboardText(text);
|
||||||
}
|
}
|
||||||
keyboard_repeat_set(&input->keyboard_repeat, scancode, has_text, text);
|
keyboard_repeat_set(&input->keyboard_repeat, scancode, has_text, text);
|
||||||
|
Loading…
Reference in New Issue
Block a user