.. _pilot.keypad_state_t: pilot.keypad_state_t ==================== .. cpp:namespace:: pilot::keypad_state_t Struct ------ An object of this type represents the current state of the keypad. For each button there is a boolean member which is true when the button is pressed and false when it is not. Fields ------ .. cpp:member:: bool info_button .. cpp:member:: bool home_button .. cpp:member:: bool start_button .. cpp:member:: bool stop_button .. cpp:member:: bool break_release_button .. cpp:member:: bool digital_input[3] An array entry is true if the corresponding digital input is active.