https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 9eb24c9b5113fdfd0a72c644f62093ef9cf55057 authored by alex@thinkpad on 01 April 2018, 18:15:35 UTC
Menu: slowdown keyrepeat handling to make touch menu navigation a little more usable
Tip revision: 9eb24c9
console.h
#ifndef _CONSOLE_H_
#define _CONSOLE_H_

// console
void console_show();
void console_hide();
void console_clear();

void console_draw_from_menu();

#endif // _CONSOLE_H_
back to top