📄 gsdl.h
字号:
#ifndef __GSDL_H__#define __GSDL_H__// A collection of routines that are useful when interfacing with SDLclass GSDL{public: // Figures out which character to display if the shift key is held down static char ShiftKey(char c);};#endif // __GSDL_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -