📄 skiconstants.h
字号:
/**
*
* @brief Constants file for Skiing application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#ifndef _SKI_CONSTANTS_H
#define _SKI_CONSTANTS_H
#include <e32std.h>
const TReal KSkiingMaxXAccel = 0.43f;
const TReal KSkiingMaxYAccel = 0.75f;
const TReal KSkiingMinYAccel = 0.25f;
const TInt KSkiScrollBoxWidth = 60;
const TInt KSkiScrollBoxHeight = 50;
const TInt KSkiScrollBoxXPos = 0;
const TInt KSkiScrollBoxYPos = -50;
const TInt KSkiTreeWidth = 5;
const TInt KSkiTreeHeight = 5;
const TInt KSkiLogWidth = 26;
const TInt KSkiLogHeight = 6;
#endif //_SKI_CONSTANTS_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -