⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c_hanim.cpp

📁 symbian,使用dll服务捕获按键,比设置优先级更能提高按键响应.
💻 CPP
字号:
/* Copyright (c) 2004, Nokia. All rights reserved */


// INCLUDE FILES
#include "C_HAnim.h"

/* RHAnimDll */

RHAnimDll::RHAnimDll( RWsSession& aSession ): RAnimDll( aSession )
{
}

/* RHAnimCommander */

RHAnimCommander::RHAnimCommander( RAnimDll &aAnimDll ) :RAnim( aAnimDll )
{
}

void RHAnimCommander::HAnimConstruct( const RWindowBase& aDevice,
									  TInt aType, const TDesC8& aParams )
{	//Construct anim 
	RAnim::Construct( aDevice, aType, aParams );
}

void RHAnimCommander::HAnimCommand( TInt aCommand )
{
    // Send The Command To Server
    RAnim::Command( aCommand );
}

// End of File

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -