raygui-widget
|
Public Attributes | |
struct _GLFWwindow * | next |
GLFWbool | resizable |
GLFWbool | decorated |
GLFWbool | autoIconify |
GLFWbool | floating |
GLFWbool | focusOnShow |
GLFWbool | mousePassthrough |
GLFWbool | shouldClose |
void * | userPointer |
GLFWbool | doublebuffer |
GLFWvidmode | videoMode |
_GLFWmonitor * | monitor |
_GLFWcursor * | cursor |
char * | title |
int | minwidth |
int | minheight |
int | maxwidth |
int | maxheight |
int | numer |
int | denom |
GLFWbool | stickyKeys |
GLFWbool | stickyMouseButtons |
GLFWbool | lockKeyMods |
int | cursorMode |
char | mouseButtons [GLFW_MOUSE_BUTTON_LAST+1] |
char | keys [GLFW_KEY_LAST+1] |
double | virtualCursorPosX |
double | virtualCursorPosY |
GLFWbool | rawMouseMotion |
_GLFWcontext | context |
struct { | |
GLFWwindowposfun pos | |
GLFWwindowsizefun size | |
GLFWwindowclosefun close | |
GLFWwindowrefreshfun refresh | |
GLFWwindowfocusfun focus | |
GLFWwindowiconifyfun iconify | |
GLFWwindowmaximizefun maximize | |
GLFWframebuffersizefun fbsize | |
GLFWwindowcontentscalefun scale | |
GLFWmousebuttonfun mouseButton | |
GLFWcursorposfun cursorPos | |
GLFWcursorenterfun cursorEnter | |
GLFWscrollfun scroll | |
GLFWkeyfun key | |
GLFWcharfun character | |
GLFWcharmodsfun charmods | |
GLFWdropfun drop | |
} | callbacks |