c_hanim.h
来自「symbian,使用dll服务捕获按键,比设置优先级更能提高按键响应.」· C头文件 代码 · 共 31 行
H
31 行
/* Copyright (c) 2004, Nokia. All rights reserved */
#ifndef __C_H_ANIM_H__
#define __C_H_ANIM_H__
// INCLUDES
#include <w32adll.h>
// CLASS DECLARATION
class RHAnimDll : public RAnimDll
{
public:
RHAnimDll( RWsSession& aSession );
};
class RHAnimCommander : public RAnim
{
public: // Constructors
RHAnimCommander( RAnimDll& aAnimDll );
void HAnimConstruct( const RWindowBase& aDevice, TInt aType,const TDesC8& aParams );
public: // New functions
void HAnimCommand( TInt aCommand );
};
#endif // __C_H_ANIM_H__
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?