/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Data/Samples/PacMan/RuntimeConfigs/InputConfig.ddl
64 строки
890 B
Jan Krassnigg
Improvements to virtual thumbsticks (#1424)
07 ноя 2024, 10:35
Не верифицирован
07 ноя 2024, 10:35
da894f3
Код
Авторство
О чём код?
InputAction { string %Set{"Default"} string %Action{"Up"} bool %TimeScale{false} Slot { string %Key{"keyboard_up"} float %Scale{1} } Slot { string %Key{"controller0_leftstick_posy"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"Down"} bool %TimeScale{false} Slot { string %Key{"keyboard_down"} float %Scale{1} } Slot { string %Key{"controller0_leftstick_negy"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"Left"} bool %TimeScale{false} Slot { string %Key{"keyboard_left"} float %Scale{1} } Slot { string %Key{"controller0_leftstick_negx"} float %Scale{1} } } InputAction { string %Set{"Default"} string %Action{"Right"} bool %TimeScale{false} Slot { string %Key{"keyboard_right"} float %Scale{1} } Slot { string %Key{"controller0_leftstick_posx"} float %Scale{1} } }