gsdl.h

来自「一个由Mike Gashler完成的机器学习方面的includes neural」· C头文件 代码 · 共 14 行

H
14
字号
#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 + =
减小字号Ctrl + -
显示快捷键?