20 #ifndef ANTKEEPER_GAME_CONTROLS_HPP
21 #define ANTKEEPER_GAME_CONTROLS_HPP
void enable_window_controls(::game &ctx)
void enable_debug_controls(::game &ctx)
void setup_camera_controls(::game &ctx)
void update_control_profile(::game &ctx, ::control_profile &profile)
Updates a control profile after actions have been remapped.
void setup_debug_controls(::game &ctx)
void apply_control_profile(::game &ctx, const ::control_profile &profile)
Applies a control profile to the game context.
void setup_game_controls(::game &ctx)
void disable_ant_controls(::game &ctx)
void enable_menu_controls(::game &ctx)
void disable_menu_controls(::game &ctx)
void reset_control_profile(::control_profile &profile)
Resets a control profile to default settings.
void disable_camera_controls(::game &ctx)
void setup_window_controls(::game &ctx)
void enable_ant_controls(::game &ctx)
void disable_debug_controls(::game &ctx)
void enable_game_controls(::game &ctx)
void disable_window_controls(::game &ctx)
void enable_camera_controls(::game &ctx)
void setup_ant_controls(::game &ctx)
void setup_menu_controls(::game &ctx)
void disable_game_controls(::game &ctx)