OpenRaider  0.1.4-dev
Open Source Tomb Raider Game Engine implementation
Static Public Member Functions | List of all members
Window Class Reference

#include <Window.h>

Static Public Member Functions

static int initialize ()
 
static void eventHandling ()
 
static void swapBuffers ()
 
static void shutdown ()
 
static void setSize (glm::i32vec2 s)
 
static glm::i32vec2 getSize ()
 
static void setFullscreen (bool f)
 
static bool getFullscreen ()
 
static void setMousegrab (bool g)
 
static bool getMousegrab ()
 
static void setTextInput (bool t)
 
static bool getTextInput ()
 
static void setClipboard (const char *s)
 
static const char * getClipboard ()
 
static void inputPositionCallback (int x, int y)
 

Detailed Description

Definition at line 13 of file Window.h.

Member Function Documentation

int Window::initialize ( )
static

Definition at line 21 of file Window.cpp.

void Window::eventHandling ( )
static

Definition at line 35 of file Window.cpp.

void Window::swapBuffers ( )
static

Definition at line 43 of file Window.cpp.

void Window::shutdown ( )
static

Definition at line 51 of file Window.cpp.

void Window::setSize ( glm::i32vec2  s)
static

Definition at line 59 of file Window.cpp.

glm::i32vec2 Window::getSize ( )
static

Definition at line 71 of file Window.cpp.

void Window::setFullscreen ( bool  f)
static

Definition at line 83 of file Window.cpp.

bool Window::getFullscreen ( )
static

Definition at line 91 of file Window.cpp.

void Window::setMousegrab ( bool  g)
static

Definition at line 105 of file Window.cpp.

bool Window::getMousegrab ( )
static

Definition at line 113 of file Window.cpp.

void Window::setTextInput ( bool  t)
static

Definition at line 127 of file Window.cpp.

bool Window::getTextInput ( )
static

Definition at line 135 of file Window.cpp.

void Window::setClipboard ( const char *  s)
static

Definition at line 149 of file Window.cpp.

const char * Window::getClipboard ( )
static

Definition at line 157 of file Window.cpp.

void Window::inputPositionCallback ( int  x,
int  y 
)
static

Definition at line 171 of file Window.cpp.


The documentation for this class was generated from the following files: