pandemonium_engine/main
Relintai a1f9614c07 Backported: Fix crash on get index for non-existing string
As _buttons and _axes have both valid string and nullptr.
When iterating over them, if given key exists it will work correctly.
But if given key does not exist, it will end up with
String::operator=(nullptr). As String constructor from nullptr exists, I
use it. - Snowapril - c77b710035
2022-03-20 20:28:50 +01:00
..
tests
app_icon.png
default_controller_mappings.h
gamecontrollerdb.txt
godotcontrollerdb.txt
input_default.cpp Backported: Fix crash on get index for non-existing string 2022-03-20 20:28:50 +01:00
input_default.h
main_builders.py
main_timer_sync.cpp
main_timer_sync.h
main.cpp
main.h
performance.cpp
performance.h
SCsub
splash.png