1
0
mirror of https://github.com/godotengine/godot synced 2024-07-01 08:39:18 +00:00
godot/drivers/pulseaudio
A Thousand Ships a0dbdcc3ab
Replace find with contains/has where applicable
* Replaces `find(...) != -1` with `contains` for `String`
* Replaces `find(...) == -1` with `!contains` for `String`
* Replaces `find(...) != -1` with `has` for containers
* Replaces `find(...) == -1` with `!has` for containers
2024-05-08 12:37:42 +02:00
..
audio_driver_pulseaudio.cpp Replace find with contains/has where applicable 2024-05-08 12:37:42 +02:00
audio_driver_pulseaudio.h [Linux] Make SO wrapper usage optional. 2023-02-16 16:38:47 +02:00
pulse-so_wrap.c [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
pulse-so_wrap.h [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. 2023-01-30 13:31:48 +02:00
SCsub [Linux] Make SO wrapper usage optional. 2023-02-16 16:38:47 +02:00