We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe9e0fe + 5f2bc42 commit d92a2a4Copy full SHA for d92a2a4
src/do_turn.cpp
@@ -244,6 +244,12 @@ void handle_key_blocking_activity()
244
if( u.activity.is_interruptible_with_kb() ) {
245
g->cancel_activity_query( _( "Confirm:" ) );
246
}
247
+ } else if( action == "zoom_in" ) {
248
+ g->zoom_in();
249
+ g->mark_main_ui_adaptor_resize();
250
+ } else if( action == "zoom_out" ) {
251
+ g->zoom_out();
252
253
} else if( action == "player_data" ) {
254
u.disp_info( true );
255
} else if( action == "messages" ) {
0 commit comments