📄 utils.h
字号:
/*----------------------------------------------------------------------
Copyright (c) 1998 Gipsysoft. All Rights Reserved.
Please see the file "licence.txt" for licencing details.
File: Utils.h
Owner: russf@gipsysoft.com
Purpose: Some utility code for the entire project.
----------------------------------------------------------------------*/
#ifndef UTILS_H
#define UTILS_H
//
// Register/unregister a section for a timer event.
// CSectionABC::OnTimer( int ) will be called every time the event fires
const int knNullTimerId = -1;
void GetMousePoint( class CPoint &pt );
#endif //UTILS_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -