📄 wx.h
字号:
/********************************************************************* FILE: Starter.h** DESCRIPTION: The header file for the Starter project module.* It contains contants and data type definitions.** VERSION: 1.0**********************************************************************/// Internal Constants#define APP_FILE_CREATOR 'PAKA' // Palm Algorithms for Killer Applications#define MIN_ROM_MAJOR 3#define MIN_ROM_MINOR 2#define MIN_ROM_VERSION sysMakeROMVersion ( MIN_ROM_MAJOR, MIN_ROM_MINOR, 0, sysROMStageDevelopment, 0 )void MainFormDoUpdateButton( FormPtr frmP);Boolean MainFormHandleEvent( EventPtr eventP // Pointer to an EventType that contains the event to handle);void TestWithRandom( void );UInt32 KeyCurrentStatePatch( void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -