?? cntrl.h
字號:
/*
* Copyright 2008, writen by shikosan
* File name: cntrl.h
* This file is the heart of the system
* 控制模塊
*/
#ifndef CNTRL_H
#define CNTRL_H
void CntrlInitialize(void);
void CntrlCaptureImage(void);
void CntrlCompressImage(void);
void CntrlSendImage(void);
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -