|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gEnqCursorType
Syntax
[C/C++:]
void gEnqCursorType(int *type, int *forcol, int *bakcol);
[F90:]
subroutine gEnqCursorType(type, forcol, bakcol)
integer, intent(out) :: type,forcol,bakcol
Arguments
type
Cursor Type
|
= GSMALLCROSS, |
Small cross |
|
= GMEDIUMCROSS, |
Meddium cross |
|
= GLARGECROSS or GCROSSHAIR, |
Crosshair cursor(full screen/window if available) |
|
= GHOURGLASS, |
Hourglass icon |
|
= 5-79, |
X-Windows specific cursor types (see Appendix B) |
forcol
Foreground colour
bakcol
Background colour
Description
The routine gEnqCursorType() returns the current setting for the cursor type as set by gSetCursorType().
The default cursor type is hardware dependent. When
type > 4 refer to the appropriate Appendix B document for a list of additional cursor types.
See Also
gEnqCursorType UsageDevice DriversgSetCursorType