X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=src%2Fcontrol.h;fp=src%2Fcontrol.h;h=492b80b1688f8ad176dd57adc7397cac11d86661;hb=89c4ab4e0d6d7bb9d51d6714afae52603b465fc0;hp=8c44cc0a423a64fff73fa624479f49e1c51459bc;hpb=9ca325e8a2ad51fe53efae4130f5a9c40aa167c8;p=plomrogue diff --git a/src/control.h b/src/control.h index 8c44cc0..492b80b 100644 --- a/src/control.h +++ b/src/control.h @@ -19,15 +19,12 @@ extern uint16_t get_available_keycode_to_action(char * name); extern uint8_t player_control_by_key(int key); extern uint8_t player_control_by_id(int action); -/* Control via "key" active window's geometry / keybindings in respective config - * view. - */ +/* Control via "key" active window's config view's geometry / keybindings. */ extern uint8_t wingeom_control(int key); extern uint8_t winkeyb_control(int key); -/* Call by "key" further game / window management actions that don't influence - * the player character. If the "quit" action is called, return 1 (instead of - * exiting directly). +/* Call via "key" further game/window management actions not influencing the + * player character. If "quit" is called, return 1, else 0. */ extern uint8_t meta_control(int key);