Antkeeper
0.0.1
|
#include "game/game.hpp"
#include <engine/utility/json.hpp>
#include <engine/input/gamepad.hpp>
#include <filesystem>
Go to the source code of this file.
void apply_control_profile | ( | ::game & | ctx, |
const ::control_profile & | profile | ||
) |
Applies a control profile to the game context.
ctx | Game context. |
profile | Control profile to apply. |
Definition at line 193 of file controls.cpp.
void disable_ant_controls | ( | ::game & | ctx | ) |
Definition at line 288 of file ant-controls.cpp.
void disable_camera_controls | ( | ::game & | ctx | ) |
Definition at line 514 of file camera-controls.cpp.
void disable_debug_controls | ( | ::game & | ctx | ) |
Definition at line 87 of file debug-controls.cpp.
void disable_game_controls | ( | ::game & | ctx | ) |
Definition at line 417 of file controls.cpp.
void disable_menu_controls | ( | ::game & | ctx | ) |
Definition at line 215 of file menu-controls.cpp.
void disable_window_controls | ( | ::game & | ctx | ) |
Definition at line 55 of file window-controls.cpp.
void enable_ant_controls | ( | ::game & | ctx | ) |
Definition at line 283 of file ant-controls.cpp.
void enable_camera_controls | ( | ::game & | ctx | ) |
Definition at line 509 of file camera-controls.cpp.
void enable_debug_controls | ( | ::game & | ctx | ) |
Definition at line 82 of file debug-controls.cpp.
void enable_game_controls | ( | ::game & | ctx | ) |
Definition at line 412 of file controls.cpp.
void enable_menu_controls | ( | ::game & | ctx | ) |
Definition at line 114 of file menu-controls.cpp.
void enable_window_controls | ( | ::game & | ctx | ) |
Definition at line 50 of file window-controls.cpp.
void reset_control_profile | ( | ::control_profile & | profile | ) |
Resets a control profile to default settings.
profile | Control profile to reset. |
Definition at line 31 of file controls.cpp.
void setup_ant_controls | ( | ::game & | ctx | ) |
Definition at line 135 of file ant-controls.cpp.
void setup_camera_controls | ( | ::game & | ctx | ) |
Definition at line 120 of file camera-controls.cpp.
void setup_debug_controls | ( | ::game & | ctx | ) |
Definition at line 24 of file debug-controls.cpp.
void setup_game_controls | ( | ::game & | ctx | ) |
Definition at line 376 of file controls.cpp.
void setup_menu_controls | ( | ::game & | ctx | ) |
Definition at line 24 of file menu-controls.cpp.
void setup_window_controls | ( | ::game & | ctx | ) |
Definition at line 23 of file window-controls.cpp.
void update_control_profile | ( | ::game & | ctx, |
::control_profile & | profile | ||
) |
Updates a control profile after actions have been remapped.
ctx | Game context. |
profile | Control profile to update. |
Definition at line 273 of file controls.cpp.