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
39
Console::Pause
()
40
{
41
platform::WaitForInput
();
42
}
43
44
void
45
Activate
(
Console
&,
Drawing::Color
,
Drawing::Color
)
46
{
47
}
48
49
void
50
Deactivate
(
Console
&)
51
{
52
}
53
54
}
// namespace UI;
55
56
}
// namespace YSLib;
57
YModules.h
YSLib::UI::Deactivate
void Deactivate(Console &)
Definition:
Console.cpp:50
platform::WaitForInput
YF_API void WaitForInput()
等待任意按键。
Definition:
Input.cpp:47
YSLib::UI::Console
控制台。
Definition:
Console.h:42
platform::Color
颜色。
Definition:
Video.h:339
YSLib::UI::Console::Pause
void Pause()
Definition:
Console.cpp:39
YSLib::UI::Activate
void Activate(Console &, Drawing::Color, Drawing::Color)
Definition:
Console.cpp:45
YFramework
source
YSLib
UI
Console.cpp
生成于 2014年 五月 30日 星期五 00:14:49 , 为 YSTest使用
1.8.7