directional key screen-shift

This commit is contained in:
2025-01-18 18:57:45 -06:00
parent 3daf1d55e4
commit ed1d650450
3 changed files with 51 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ void handle_rename_pc();
void handle_begin_look(bool right_button, bool& need_redraw, bool& need_reprint);
void handle_look(location destination, bool right_button, eKeyMod mods, bool& need_redraw, bool& need_reprint);
void screen_shift(int dx, int dy, bool& need_redraw);
bool handle_screen_shift(location delta, bool& need_redraw);
void handle_rest(bool& need_redraw, bool& need_reprint);
void handle_spellcast(eSkill which_type, bool& did_something, bool& need_redraw, bool& need_reprint, bool record = true);
void handle_target_space(location destination, bool& did_something, bool& need_redraw, bool& need_reprint);