[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 for AIX: Graphics Library (GL) Technical Reference

clkoff or clkon Subroutine

Purpose

Turns on or off the keyboard click.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

void clkoff( )
void clkon( )

FORTRAN Syntax

SUBROUTINE CLKOFF
SUBROUTINE CLKON

Description

The clkoff subroutine turns off the keyboard click, and the clkon subroutine turns it on.

Note: This subroutine cannot be used to add to a display list.

Implementation Specifics

This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.

Files

/usr/include/gl/gl.h Contains C language constant and variable type definitions for GL.
/usr/include/gl/fgl.h Contains FORTRAN constant and variable type definitions for GL.

Related Information

Turning off the keyboard display lights with the lampon or lampoff subroutine.

Ringing the keyboard bell with the ringbell subroutine.

Setting the duration of the keyboard bell sound with the setbell subroutine.

AIX Graphics Library Overview and Using the Keyboard.


[ Previous | Next | Contents | Glossary | Home | Search ]