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

📄 kpd_riviera_env.cpp

📁 MMI层OBJ不能完全编译
💻 CPP
字号:
/**
 * @file   kpd_riviera_env.cpp
 *
 * Implementation of specific Riviera environment access function.
 *
 * @author   Laurent Sollier (l-sollier@ti.com)
 * @version 0.1
 */

/*
 * History:
 *
 *   Date          Author       Modification
 *  ----------------------------------------
 *  11/22/2001     L Sollier    Create
 *
 *
 * (C) Copyright 2001 by Texas Instruments Incorporated, All Rights Reserved
 */

#include "kpd_riviera_env.h"

#include "stdafx.h"
#include "HostEmu.h"

/**
 * @name Functions implementation
 *
 */
/*@{*/

/**
 * function: kpd_show_gsm
 */
void kpd_show_gsm(void)
{
   /* Display Mobile */
   ((CHostEmuApp *)AfxGetApp())->ShowGsm();
}



/*@}*/

⌨️ 快捷键说明

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