Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
_GLFWwindow Struct Reference

#include <internal.h>

+ Collaboration diagram for _GLFWwindow:

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
 
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
 
 _GLFW_PLATFORM_WINDOW_STATE
 

Detailed Description

Definition at line 377 of file internal.h.

Member Data Documentation

◆ _GLFW_PLATFORM_WINDOW_STATE

_GLFWwindow::_GLFW_PLATFORM_WINDOW_STATE

Definition at line 432 of file internal.h.

◆ autoIconify

GLFWbool _GLFWwindow::autoIconify

Definition at line 384 of file internal.h.

◆ 

struct { ... } _GLFWwindow::callbacks

◆ character

GLFWcharfun _GLFWwindow::character

Definition at line 426 of file internal.h.

◆ charmods

GLFWcharmodsfun _GLFWwindow::charmods

Definition at line 427 of file internal.h.

◆ close

GLFWwindowclosefun _GLFWwindow::close

Definition at line 414 of file internal.h.

◆ context

_GLFWcontext _GLFWwindow::context

Definition at line 409 of file internal.h.

◆ cursor

_GLFWcursor* _GLFWwindow::cursor

Definition at line 393 of file internal.h.

◆ cursorEnter

GLFWcursorenterfun _GLFWwindow::cursorEnter

Definition at line 423 of file internal.h.

◆ cursorMode

int _GLFWwindow::cursorMode

Definition at line 402 of file internal.h.

◆ cursorPos

GLFWcursorposfun _GLFWwindow::cursorPos

Definition at line 422 of file internal.h.

◆ decorated

GLFWbool _GLFWwindow::decorated

Definition at line 383 of file internal.h.

◆ denom

int _GLFWwindow::denom

Definition at line 397 of file internal.h.

◆ doublebuffer

GLFWbool _GLFWwindow::doublebuffer

Definition at line 390 of file internal.h.

◆ drop

GLFWdropfun _GLFWwindow::drop

Definition at line 428 of file internal.h.

◆ fbsize

GLFWframebuffersizefun _GLFWwindow::fbsize

Definition at line 419 of file internal.h.

◆ floating

GLFWbool _GLFWwindow::floating

Definition at line 385 of file internal.h.

◆ focus

GLFWwindowfocusfun _GLFWwindow::focus

Definition at line 416 of file internal.h.

◆ focusOnShow

GLFWbool _GLFWwindow::focusOnShow

Definition at line 386 of file internal.h.

◆ iconify

GLFWwindowiconifyfun _GLFWwindow::iconify

Definition at line 417 of file internal.h.

◆ key

GLFWkeyfun _GLFWwindow::key

Definition at line 425 of file internal.h.

◆ keys

char _GLFWwindow::keys[GLFW_KEY_LAST+1]

Definition at line 404 of file internal.h.

◆ lockKeyMods

GLFWbool _GLFWwindow::lockKeyMods

Definition at line 401 of file internal.h.

◆ maxheight

int _GLFWwindow::maxheight

Definition at line 396 of file internal.h.

◆ maximize

GLFWwindowmaximizefun _GLFWwindow::maximize

Definition at line 418 of file internal.h.

◆ maxwidth

int _GLFWwindow::maxwidth

Definition at line 396 of file internal.h.

◆ minheight

int _GLFWwindow::minheight

Definition at line 395 of file internal.h.

◆ minwidth

int _GLFWwindow::minwidth

Definition at line 395 of file internal.h.

◆ monitor

_GLFWmonitor* _GLFWwindow::monitor

Definition at line 392 of file internal.h.

◆ mouseButton

GLFWmousebuttonfun _GLFWwindow::mouseButton

Definition at line 421 of file internal.h.

◆ mouseButtons

char _GLFWwindow::mouseButtons[GLFW_MOUSE_BUTTON_LAST+1]

Definition at line 403 of file internal.h.

◆ mousePassthrough

GLFWbool _GLFWwindow::mousePassthrough

Definition at line 387 of file internal.h.

◆ next

struct _GLFWwindow* _GLFWwindow::next

Definition at line 379 of file internal.h.

◆ numer

int _GLFWwindow::numer

Definition at line 397 of file internal.h.

◆ pos

GLFWwindowposfun _GLFWwindow::pos

Definition at line 412 of file internal.h.

◆ rawMouseMotion

GLFWbool _GLFWwindow::rawMouseMotion

Definition at line 407 of file internal.h.

◆ refresh

GLFWwindowrefreshfun _GLFWwindow::refresh

Definition at line 415 of file internal.h.

◆ resizable

GLFWbool _GLFWwindow::resizable

Definition at line 382 of file internal.h.

◆ scale

GLFWwindowcontentscalefun _GLFWwindow::scale

Definition at line 420 of file internal.h.

◆ scroll

GLFWscrollfun _GLFWwindow::scroll

Definition at line 424 of file internal.h.

◆ shouldClose

GLFWbool _GLFWwindow::shouldClose

Definition at line 388 of file internal.h.

◆ size

GLFWwindowsizefun _GLFWwindow::size

Definition at line 413 of file internal.h.

◆ stickyKeys

GLFWbool _GLFWwindow::stickyKeys

Definition at line 399 of file internal.h.

◆ stickyMouseButtons

GLFWbool _GLFWwindow::stickyMouseButtons

Definition at line 400 of file internal.h.

◆ userPointer

void* _GLFWwindow::userPointer

Definition at line 389 of file internal.h.

◆ videoMode

GLFWvidmode _GLFWwindow::videoMode

Definition at line 391 of file internal.h.

◆ virtualCursorPosX

double _GLFWwindow::virtualCursorPosX

Definition at line 406 of file internal.h.

◆ virtualCursorPosY

double _GLFWwindow::virtualCursorPosY

Definition at line 406 of file internal.h.


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