UFO: Alien Invasion
|
console functions for andriod ports More...
#include "../../common/common.h"
#include "../system.h"
#include <unistd.h>
#include <android/log.h>
Go to the source code of this file.
Functions | |
void | Sys_ShowConsole (bool show) |
void | Sys_ConsoleShutdown (void) |
void | Sys_ConsoleInit (void) |
Initialize the console input (tty mode if possible) More... | |
const char * | Sys_ConsoleInput (void) |
void | Sys_ConsoleOutput (const char *string) |
console functions for andriod ports
Definition in file android_console.cpp.
Initialize the console input (tty mode if possible)
Definition at line 43 of file android_console.cpp.
Referenced by main(), SDL_main(), and WinMain().
const char* Sys_ConsoleInput | ( | void | ) |
Definition at line 47 of file android_console.cpp.
Referenced by SV_Frame().
void Sys_ConsoleOutput | ( | const char * | string | ) |
Definition at line 52 of file android_console.cpp.
Referenced by Com_vPrintf().
Definition at line 36 of file android_console.cpp.
Referenced by Sys_Error(), and Sys_Quit().
void Sys_ShowConsole | ( | bool | show | ) |
Definition at line 32 of file android_console.cpp.
Referenced by Qcommon_Init().