glutDeviceGet

retrieves GLUT device information represented by integers.

Signature

glutDeviceGet( GLenum( info ) )-> int
glutDeviceGet( query ) -> <class 'ctypes.c_int'>
glutDeviceGet( GLenum(query) ) -> c_int

Parameters

VariablesDescription
info
Name of device information to retrieve.

See Also

glutGet glutKeyboardFunc glutMouseFunc glutSpaceballMotionFunc glutTabletMotionFunc glutTabletButtonFunc glutDialsFunc glutButtonBoxFunc glutIgnoreKeyRepeat glutSetKeyRepeat glutJoystickFunc