gr_dispc.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 38 行
GML
38 行
.gfunc displaycursor
.if '&lang' eq 'C' .do begin
short _FAR _displaycursor( short mode );
.do end
.el .do begin
integer*2 function _displaycursor( mode )
integer*2 mode
.do end
.gfuncend
.desc begin
The &func &routine is used to establish whether the text cursor is to be
displayed when graphics &routines complete.
On entry to a graphics &routine, the text cursor is turned off.
When the &routine completes, the
.arg mode
setting determines whether the cursor is turned back on.
The
.arg mode
argument can have one of the following values:
.begterm 15
.uterm GCURSORON
the cursor will be displayed
.uterm GCURSOROFF
the cursor will not be displayed
.endterm
.desc end
.return begin
The &func &routine returns the previous setting for
.arg mode.
.return end
.see begin
.seelist &function. _gettextcursor _settextcursor
.see end
.grexam begin eg_disp.&langsuff
.grexam end
.class &grfun
.system
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?