Rui Loureiro

Results 2 issues of Rui Loureiro

Hi! The Decklink mini recorder don't have outputs and because of that the modes list fail to load with the IID_IDeckLinkOutput interface. Must be used the IID_IDeckLinkInput interface to this...

Feature Request

Follows the example to clarify: ``` from simple_term_menu import TerminalMenu class Test(): def main(self): options = ["entry 1", "entry 2", "entry 3"] terminal_menu = TerminalMenu(options) menu_entry_index = terminal_menu.show() input("Enter something:...