📄 kpd_riviera_env.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 + -