SDL_ShowCursor.3
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- .TH "SDL_ShowCursor" "3" "Tue 11 Sep 2001, 23:01" "SDL" "SDL API Reference"
- .SH "NAME"
- SDL_ShowCursor- Toggle whether or not the cursor is shown on the screen&.
- .SH "SYNOPSIS"
- .PP
- fB#include "SDL&.h"
- .sp
- fBint fBSDL_ShowCursorfPfR(fBint togglefR);
- .SH "DESCRIPTION"
- .PP
- Toggle whether or not the cursor is shown on the screen&. Passing fBSDL_ENABLEfP displays the cursor and passing fBSDL_DISABLEfP hides it&. The current state of the mouse cursor can be queried by passing fBSDL_QUERYfP, either fBSDL_DISABLEfP or fBSDL_ENABLEfP will be returned&.
- .PP
- The cursor starts off displayed, but can be turned off&.
- .SH "RETURN VALUE"
- .PP
- Returns the current state of the cursor&.
- .SH "SEE ALSO"
- .PP
- fIfBSDL_CreateCursorfPfR, fIfBSDL_SetCursorfPfR
- ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 23:01