![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <stdarg.h>Go to the source code of this file.
Typedefs | |
| typedef void(* | GLUTproc) () |
Functions | |
| FGAPI void FGAPIENTRY | glutMainLoopEvent (void) |
| FGAPI void FGAPIENTRY | glutLeaveMainLoop (void) |
| FGAPI void FGAPIENTRY | glutExit (void) |
| FGAPI void FGAPIENTRY | glutFullScreenToggle (void) |
| FGAPI void FGAPIENTRY | glutLeaveFullScreen (void) |
| FGAPI void FGAPIENTRY | glutMouseWheelFunc (void(*callback)(int, int, int, int)) |
| FGAPI void FGAPIENTRY | glutCloseFunc (void(*callback)(void)) |
| FGAPI void FGAPIENTRY | glutWMCloseFunc (void(*callback)(void)) |
| FGAPI void FGAPIENTRY | glutMenuDestroyFunc (void(*callback)(void)) |
| FGAPI void FGAPIENTRY | glutSetOption (GLenum option_flag, int value) |
| FGAPI int *FGAPIENTRY | glutGetModeValues (GLenum mode, int *size) |
| FGAPI void *FGAPIENTRY | glutGetWindowData (void) |
| FGAPI void FGAPIENTRY | glutSetWindowData (void *data) |
| FGAPI void *FGAPIENTRY | glutGetMenuData (void) |
| FGAPI void FGAPIENTRY | glutSetMenuData (void *data) |
| FGAPI int FGAPIENTRY | glutBitmapHeight (void *font) |
| FGAPI GLfloat FGAPIENTRY | glutStrokeHeight (void *font) |
| FGAPI void FGAPIENTRY | glutBitmapString (void *font, const unsigned char *string) |
| FGAPI void FGAPIENTRY | glutStrokeString (void *font, const unsigned char *string) |
| FGAPI void FGAPIENTRY | glutWireRhombicDodecahedron (void) |
| FGAPI void FGAPIENTRY | glutSolidRhombicDodecahedron (void) |
| FGAPI void FGAPIENTRY | glutWireSierpinskiSponge (int num_levels, GLdouble offset[3], GLdouble scale) |
| FGAPI void FGAPIENTRY | glutSolidSierpinskiSponge (int num_levels, GLdouble offset[3], GLdouble scale) |
| FGAPI void FGAPIENTRY | glutWireCylinder (GLdouble radius, GLdouble height, GLint slices, GLint stacks) |
| FGAPI void FGAPIENTRY | glutSolidCylinder (GLdouble radius, GLdouble height, GLint slices, GLint stacks) |
| FGAPI GLUTproc FGAPIENTRY | glutGetProcAddress (const char *procName) |
| FGAPI void FGAPIENTRY | glutMultiEntryFunc (void(*callback)(int, int)) |
| FGAPI void FGAPIENTRY | glutMultiButtonFunc (void(*callback)(int, int, int, int, int)) |
| FGAPI void FGAPIENTRY | glutMultiMotionFunc (void(*callback)(int, int, int)) |
| FGAPI void FGAPIENTRY | glutMultiPassiveFunc (void(*callback)(int, int, int)) |
| int | glutJoystickGetNumAxes (int ident) |
| int | glutJoystickGetNumButtons (int ident) |
| int | glutJoystickNotWorking (int ident) |
| float | glutJoystickGetDeadBand (int ident, int axis) |
| void | glutJoystickSetDeadBand (int ident, int axis, float db) |
| float | glutJoystickGetSaturation (int ident, int axis) |
| void | glutJoystickSetSaturation (int ident, int axis, float st) |
| void | glutJoystickSetMinRange (int ident, float *axes) |
| void | glutJoystickSetMaxRange (int ident, float *axes) |
| void | glutJoystickSetCenter (int ident, float *axes) |
| void | glutJoystickGetMinRange (int ident, float *axes) |
| void | glutJoystickGetMaxRange (int ident, float *axes) |
| void | glutJoystickGetCenter (int ident, float *axes) |
| FGAPI void FGAPIENTRY | glutInitContextVersion (int majorVersion, int minorVersion) |
| FGAPI void FGAPIENTRY | glutInitContextFlags (int flags) |
| FGAPI void FGAPIENTRY | glutInitContextProfile (int profile) |
| FGAPI void FGAPIENTRY | glutInitErrorFunc (void(*vError)(const char *fmt, va_list ap)) |
| FGAPI void FGAPIENTRY | glutInitWarningFunc (void(*vWarning)(const char *fmt, va_list ap)) |
| #define GLUT_ACTION_CONTINUE_EXECUTION 2 |
| #define GLUT_ACTION_EXIT 0 |
| #define GLUT_ACTION_GLUTMAINLOOP_RETURNS 1 |
| #define GLUT_ACTION_ON_WINDOW_CLOSE 0x01F9 |
| #define GLUT_ALLOW_DIRECT_CONTEXT 1 |
| #define GLUT_AUX 0x1000 |
| #define GLUT_AUX1 0x1000 |
| #define GLUT_AUX2 0x2000 |
| #define GLUT_AUX3 0x4000 |
| #define GLUT_AUX4 0x8000 |
| #define GLUT_BORDERLESS 0x0800 |
| #define GLUT_CAPTIONLESS 0x0400 |
| #define GLUT_COMPATIBILITY_PROFILE 0x0002 |
| #define GLUT_CORE_PROFILE 0x0001 |
| #define GLUT_CREATE_NEW_CONTEXT 0 |
| #define GLUT_DEBUG 0x0001 |
| #define GLUT_DIRECT_RENDERING 0x01FE |
| #define GLUT_FORCE_DIRECT_CONTEXT 3 |
| #define GLUT_FORCE_INDIRECT_CONTEXT 0 |
| #define GLUT_FORWARD_COMPATIBLE 0x0002 |
| #define GLUT_FULL_SCREEN 0x01FF |
| #define GLUT_HAS_MULTI 1 |
| #define GLUT_INIT_FLAGS 0x0202 |
| #define GLUT_INIT_MAJOR_VERSION 0x0200 |
| #define GLUT_INIT_MINOR_VERSION 0x0201 |
| #define GLUT_INIT_PROFILE 0x0203 |
| #define GLUT_INIT_STATE 0x007C |
| #define GLUT_KEY_ALT_L 0x0074 |
| #define GLUT_KEY_ALT_R 0x0075 |
| #define GLUT_KEY_BEGIN 0x006E |
| #define GLUT_KEY_CTRL_L 0x0072 |
| #define GLUT_KEY_CTRL_R 0x0073 |
| #define GLUT_KEY_DELETE 0x006F |
| #define GLUT_KEY_NUM_LOCK 0x006D |
| #define GLUT_KEY_SHIFT_L 0x0070 |
| #define GLUT_KEY_SHIFT_R 0x0071 |
| #define GLUT_RENDERING_CONTEXT 0x01FD |
| #define GLUT_SKIP_STALE_MOTION_EVENTS 0x0204 |
| #define GLUT_SRGB 0x1000 |
| #define GLUT_TRY_DIRECT_CONTEXT 2 |
| #define GLUT_USE_CURRENT_CONTEXT 1 |
| #define GLUT_VERSION 0x01FC |
| #define GLUT_WINDOW_BORDER_HEIGHT 0x01FB |
| #define GLUT_WINDOW_BORDER_WIDTH 0x01FA |
| #define GLUT_WINDOW_HEADER_HEIGHT 0x01FB /* Docs say it should always have been GLUT_WINDOW_BORDER_HEIGHT, keep this for backward compatibility */ |
| typedef void(* GLUTproc) () |
| FGAPI int FGAPIENTRY glutBitmapHeight | ( | void * | font | ) |
| FGAPI void FGAPIENTRY glutBitmapString | ( | void * | font, |
| const unsigned char * | string | ||
| ) |
| FGAPI void FGAPIENTRY glutCloseFunc | ( | void(*)(void) | callback | ) |
| FGAPI void FGAPIENTRY glutExit | ( | void | ) |
| FGAPI void FGAPIENTRY glutFullScreenToggle | ( | void | ) |
| FGAPI void* FGAPIENTRY glutGetMenuData | ( | void | ) |
| FGAPI int* FGAPIENTRY glutGetModeValues | ( | GLenum | mode, |
| int * | size | ||
| ) |
| FGAPI GLUTproc FGAPIENTRY glutGetProcAddress | ( | const char * | procName | ) |
| FGAPI void* FGAPIENTRY glutGetWindowData | ( | void | ) |
| FGAPI void FGAPIENTRY glutInitContextFlags | ( | int | flags | ) |
| FGAPI void FGAPIENTRY glutInitContextProfile | ( | int | profile | ) |
| FGAPI void FGAPIENTRY glutInitContextVersion | ( | int | majorVersion, |
| int | minorVersion | ||
| ) |
| FGAPI void FGAPIENTRY glutInitErrorFunc | ( | void(*)(const char *fmt, va_list ap) | vError | ) |
| FGAPI void FGAPIENTRY glutInitWarningFunc | ( | void(*)(const char *fmt, va_list ap) | vWarning | ) |
| void glutJoystickGetCenter | ( | int | ident, |
| float * | axes | ||
| ) |
| float glutJoystickGetDeadBand | ( | int | ident, |
| int | axis | ||
| ) |
| void glutJoystickGetMaxRange | ( | int | ident, |
| float * | axes | ||
| ) |
| void glutJoystickGetMinRange | ( | int | ident, |
| float * | axes | ||
| ) |
| int glutJoystickGetNumAxes | ( | int | ident | ) |
| int glutJoystickGetNumButtons | ( | int | ident | ) |
| float glutJoystickGetSaturation | ( | int | ident, |
| int | axis | ||
| ) |
| int glutJoystickNotWorking | ( | int | ident | ) |
| void glutJoystickSetCenter | ( | int | ident, |
| float * | axes | ||
| ) |
| void glutJoystickSetDeadBand | ( | int | ident, |
| int | axis, | ||
| float | db | ||
| ) |
| void glutJoystickSetMaxRange | ( | int | ident, |
| float * | axes | ||
| ) |
| void glutJoystickSetMinRange | ( | int | ident, |
| float * | axes | ||
| ) |
| void glutJoystickSetSaturation | ( | int | ident, |
| int | axis, | ||
| float | st | ||
| ) |
| FGAPI void FGAPIENTRY glutLeaveFullScreen | ( | void | ) |
| FGAPI void FGAPIENTRY glutLeaveMainLoop | ( | void | ) |
| FGAPI void FGAPIENTRY glutMainLoopEvent | ( | void | ) |
| FGAPI void FGAPIENTRY glutMenuDestroyFunc | ( | void(*)(void) | callback | ) |
| FGAPI void FGAPIENTRY glutMouseWheelFunc | ( | void(*)(int, int, int, int) | callback | ) |
| FGAPI void FGAPIENTRY glutMultiButtonFunc | ( | void(*)(int, int, int, int, int) | callback | ) |
| FGAPI void FGAPIENTRY glutMultiEntryFunc | ( | void(*)(int, int) | callback | ) |
| FGAPI void FGAPIENTRY glutMultiMotionFunc | ( | void(*)(int, int, int) | callback | ) |
| FGAPI void FGAPIENTRY glutMultiPassiveFunc | ( | void(*)(int, int, int) | callback | ) |
| FGAPI void FGAPIENTRY glutSetMenuData | ( | void * | data | ) |
| FGAPI void FGAPIENTRY glutSetOption | ( | GLenum | option_flag, |
| int | value | ||
| ) |
| FGAPI void FGAPIENTRY glutSetWindowData | ( | void * | data | ) |
| FGAPI void FGAPIENTRY glutSolidCylinder | ( | GLdouble | radius, |
| GLdouble | height, | ||
| GLint | slices, | ||
| GLint | stacks | ||
| ) |
| FGAPI void FGAPIENTRY glutSolidRhombicDodecahedron | ( | void | ) |
| FGAPI void FGAPIENTRY glutSolidSierpinskiSponge | ( | int | num_levels, |
| GLdouble | offset[3], | ||
| GLdouble | scale | ||
| ) |
| FGAPI GLfloat FGAPIENTRY glutStrokeHeight | ( | void * | font | ) |
| FGAPI void FGAPIENTRY glutStrokeString | ( | void * | font, |
| const unsigned char * | string | ||
| ) |
| FGAPI void FGAPIENTRY glutWireCylinder | ( | GLdouble | radius, |
| GLdouble | height, | ||
| GLint | slices, | ||
| GLint | stacks | ||
| ) |
| FGAPI void FGAPIENTRY glutWireRhombicDodecahedron | ( | void | ) |
| FGAPI void FGAPIENTRY glutWireSierpinskiSponge | ( | int | num_levels, |
| GLdouble | offset[3], | ||
| GLdouble | scale | ||
| ) |
| FGAPI void FGAPIENTRY glutWMCloseFunc | ( | void(*)(void) | callback | ) |