YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
Console.cpp
浏览该文件的文档.
1 /*
2  © 2011-2013 FrankHB.
3 
4  This file is part of the YSLib project, and may only be used,
5  modified, and distributed under the terms of the YSLib project
6  license, LICENSE.TXT. By continuing to use, modify, or distribute
7  this file you indicate that you have read the license and
8  understand and accept it fully.
9 */
10 
28 #include "YSLib/UI/YModules.h"
29 #include YFM_YSLib_UI_Console
30 #include YFM_YCLib_Input // platform::WaitForInput;
31 
32 namespace YSLib
33 {
34 
35 namespace UI
36 {
37 
38 void
40 {
42 }
43 
44 void
46 {
47 }
48 
49 void
51 {
52 }
53 
54 } // namespace UI;
55 
56 } // namespace YSLib;
57 
void Deactivate(Console &)
Definition: Console.cpp:50
YF_API void WaitForInput()
等待任意按键。
Definition: Input.cpp:47
控制台。
Definition: Console.h:42
颜色。
Definition: Video.h:339
void Activate(Console &, Drawing::Color, Drawing::Color)
Definition: Console.cpp:45