nebu_video_types.h
来自「小游戏 linux very happy」· C头文件 代码 · 共 16 行
H
16 行
#ifndef NEBU_VIDEO_TYPES_H#define NEBU_VIDEO_TYPES_Htypedef struct { int win_id; /* only the root visual has an id */ int h, w; /* window dimension */ int vp_x, vp_y; /* viewport position */ int vp_h, vp_w; /* viewport dimension */ int onScreen; unsigned int *textures; /* texture IDs */} Visual;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?