nxmcursor.h
来自「PIXIL is a small footprint operating env」· C头文件 代码 · 共 28 行
H
28 行
/* Copyright 2003, Century Software */#ifndef NX_MCURSOR_H#define NX_MCURSOR_H#define MWINCLUDECOLORSextern "C"{#include "nano-X.h"}class NXMCursor{ public: static const int SEP_MASK = 0; static const int OWN_MASK = 1; GR_BITMAP *cursor; GR_BITMAP *mask; int width, height, hx, hy; void setCursor(GR_WINDOW_ID window); void load(char *file, int mask);};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?