?? 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 + -