raygui-widget
Public Attributes | List of all members
_GLFWwindow Struct Reference
Collaboration diagram for _GLFWwindow:
Collaboration graph
[legend]

Public Attributes

struct _GLFWwindownext
 
GLFWbool resizable
 
GLFWbool decorated
 
GLFWbool autoIconify
 
GLFWbool floating
 
GLFWbool focusOnShow
 
GLFWbool mousePassthrough
 
GLFWbool shouldClose
 
void * userPointer
 
GLFWbool doublebuffer
 
GLFWvidmode videoMode
 
_GLFWmonitormonitor
 
_GLFWcursorcursor
 
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
 

The documentation for this struct was generated from the following file: