7 #define BUFFER_WIDTH 512
#define BUFFER_ROWS
Definition: LogView.h:8
#define BUFFER_WIDTH
Definition: LogView.h:7
static char mOutput[BUFFER_ROWS *BUFFER_WIDTH *2]
Definition: LogView.h:24
static void Destroy()
Definition: LogView.cpp:36
static Log::Type mType[BUFFER_ROWS]
Definition: LogView.h:27
static void Feed(Log::Type type, const char *msg)
Definition: LogView.cpp:102
static void ClearLog()
Definition: LogView.cpp:112
static int mLen[BUFFER_ROWS]
Definition: LogView.h:26
static void Render()
Definition: LogView.cpp:41
static bool mAutoScroll
Definition: LogView.h:29
static bool mScrollToBottom
Definition: LogView.h:30
static int mBufferPtr
Definition: LogView.h:28
static void Init()
Definition: LogView.cpp:19
static char mBuffer[BUFFER_ROWS][BUFFER_WIDTH]
Definition: LogView.h:25