opengl_functions.h

来自「The OpenGPSRec receiver software runs on」· C头文件 代码 · 共 9 行

H
9
字号
#ifndef __OPENGL_FUNCTIONS_H#define __OPENGL_FUNCTIONS_Hint readCharList(char *buf, char *listItems[], int *numItems);void DrawText12(GLint x, GLint y, char* s, GLfloat r, GLfloat g, GLfloat b);void DrawTextScale(GLfloat x, GLfloat y, char* s, GLfloat r, GLfloat g, GLfloat b);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?