https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: 2dd68d19b1cece469671561321ba79ce36a986bf authored by Daniel Fort on 07 January 2017, 00:18:26 UTC
Added BGMT_DRAG_1_FINGER for 650D
Tip revision: 2dd68d1
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