Contents
- 1 API
- 1.1 bool MWindow::m_focusNone
- 1.2 bool MWindow::m_activeNone
- 1.3 bool MWindow::m_fullscreenNone
- 1.4 int MWindow::m_position[2]
- 1.5 unsigned int MWindow::m_widthNone
- 1.6 unsigned int MWindow::m_heightNone
- 1.7 unsigned int MWindow::m_colorBitsNone
- 1.8 char MWindow::m_title[256]
- 1.9 char MWindow::m_workingDirectory[256]
- 1.10 MJoystick MWindow::m_joysticks[2]
- 1.11 void(* MWindow::m_pointerEvent)(MWinEvent *windowEvents))(MWinEvent *windowEvents)
- 1.12 HDC MWindow::m_hDCNone
- 1.13 HWND MWindow::m_hWndNone
- 1.14 HGLRC MWindow::m_hRCNone
- 1.15 HINSTANCE MWindow::m_hInstanceNone
- 1.16 MWindow::MWindow(void)
- 1.17 MWindow::~MWindow(void)
- 1.18 bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen, bool vsync=false, int samples=0)
- 1.19 void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvents))
- 1.20 void MWindow::sendEvents(MWinEvent *events)
- 1.21 bool MWindow::onEvents(void)
- 1.22 void MWindow::setCursorPos(int x, int y)
- 1.23 void MWindow::hideCursor(void)
- 1.24 void MWindow::showCursor(void)
- 1.25 bool MWindow::getFocus(void)
- 1.26 bool MWindow::isActive(void)
- 1.27 bool MWindow::isFullscreen(void)
- 1.28 void MWindow::setTitle(const char *title)
- 1.29 void MWindow::setFullscreen(bool fullscreen)
- 1.30 void MWindow::setFocus(bool focus)
- 1.31 void MWindow::setActive(bool active)
- 1.32 bool MWindow::isMouseOverWindow(void)
- 1.33 int MWindow::getXPosition(void)
- 1.34 int MWindow::getYPosition(void)
- 1.35 unsigned int MWindow::getWidth(void)
- 1.36 unsigned int MWindow::getHeight(void)
- 1.37 void MWindow::swapBuffer(void)
- 1.38 void MWindow::setCurrentDirectory(const char *directory)
- 1.39 void MWindow::setWorkingDirectory(const char *directory)
- 1.40 const char* MWindow::getTempDirectory(void)
- 1.41 const char* MWindow::getCurrentDirectory(void)
- 1.42 const char* MWindow::getWorkingDirectory(void)
- 1.43 MJoystick* MWindow::getJoystick1(void)
- 1.44 MJoystick* MWindow::getJoystick2(void)
- 1.45 void MWindow::execute(const char *path, const char *args)
- 1.46 void MWindow::sleep(double time)
- 1.47 bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList, const char *startPath=NULL)
- 1.48 const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
- 1.49 const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
- 1.50 const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
- 1.51 MWindow::MWindow(void)
- 1.52 MWindow::~MWindow(void)
- 1.53 bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen)
- 1.54 void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvent))
- 1.55 void MWindow::sendEvents(MWinEvent *events)
- 1.56 bool MWindow::onEvents(void)
- 1.57 void MWindow::setCursorPos(int x, int y)
- 1.58 void MWindow::hideCursor(void)
- 1.59 void MWindow::showCursor(void)
- 1.60 bool MWindow::getFocus(void)
- 1.61 bool MWindow::isActive(void)
- 1.62 bool MWindow::isFullscreen(void)
- 1.63 void MWindow::setTitle(const char *title)
- 1.64 void MWindow::setFullscreen(bool fullscreen)
- 1.65 void MWindow::setFocus(bool focus)
- 1.66 void MWindow::setActive(bool active)
- 1.67 bool MWindow::isMouseOverWindow(void)
- 1.68 int MWindow::getXPosition(void)
- 1.69 int MWindow::getYPosition(void)
- 1.70 unsigned int MWindow::getWidth(void)
- 1.71 unsigned int MWindow::getHeight(void)
- 1.72 void MWindow::swapBuffer(void)
- 1.73 void MWindow::setCurrentDirectory(const char *directory)
- 1.74 void MWindow::setWorkingDirectory(const char *directory)
- 1.75 const char* MWindow::getTempDirectory(void)
- 1.76 const char* MWindow::getCurrentDirectory(void)
- 1.77 const char* MWindow::getWorkingDirectory(void)
- 1.78 MJoystick* MWindow::getJoystick1(void)
- 1.79 MJoystick* MWindow::getJoystick2(void)
- 1.80 void MWindow::execute(const char *path, const char *args)
- 1.81 void MWindow::sleep(double time)
- 1.82 bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList)
- 1.83 const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
- 1.84 const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
- 1.85 const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
- 1.86 MWindow::MWindow(void)
- 1.87 MWindow::~MWindow(void)
- 1.88 bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen)
- 1.89 void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvents))
- 1.90 void MWindow::sendEvents(MWinEvent *events)
- 1.91 bool MWindow::onEvents(void)
- 1.92 void MWindow::setCursorPos(int x, int y)
- 1.93 void MWindow::hideCursor(void)
- 1.94 void MWindow::showCursor(void)
- 1.95 bool MWindow::getFocus(void)
- 1.96 bool MWindow::isActive(void)
- 1.97 bool MWindow::isFullscreen(void)
- 1.98 void MWindow::setTitle(const char *title)
- 1.99 void MWindow::setFullscreen(bool fullscreen)
- 1.100 void MWindow::setFocus(bool focus)
- 1.101 void MWindow::setActive(bool active)
- 1.102 bool MWindow::isMouseOverWindow(void)
- 1.103 int MWindow::getXPosition(void)
- 1.104 int MWindow::getYPosition(void)
- 1.105 unsigned int MWindow::getWidth(void)
- 1.106 unsigned int MWindow::getHeight(void)
- 1.107 void MWindow::swapBuffer(void)
- 1.108 void MWindow::setCurrentDirectory(const char *directory)
- 1.109 void MWindow::setWorkingDirectory(const char *directory)
- 1.110 const char* MWindow::getTempDirectory(void)
- 1.111 const char* MWindow::getCurrentDirectory(void)
- 1.112 const char* MWindow::getWorkingDirectory(void)
- 1.113 MJoystick* MWindow::getJoystick1(void)
- 1.114 MJoystick* MWindow::getJoystick2(void)
- 1.115 void MWindow::execute(const char *path, const char *args)
- 1.116 void MWindow::sleep(double time)
- 1.117 bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList, const char *startPath=NULL)
- 1.118 const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
- 1.119 const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
- 1.120 const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
- 1.121 static MWindow* MWindow::getInstance(void)
- 1.122 static unsigned long MWindow::getSystemTick(void)
- 1.123 static MWindow* MWindow::getInstance(void)
- 1.124 static unsigned long MWindow::getSystemTick(void)
- 1.125 static MWindow* MWindow::getInstance(void)
- 1.126 static unsigned long MWindow::getSystemTick(void)
|
API
bool MWindow::m_focusNone
bool MWindow::m_activeNone
bool MWindow::m_fullscreenNone
int MWindow::m_position[2]
unsigned int MWindow::m_widthNone
unsigned int MWindow::m_heightNone
unsigned int MWindow::m_colorBitsNone
char MWindow::m_title[256]
char MWindow::m_workingDirectory[256]
MJoystick MWindow::m_joysticks[2]
void(* MWindow::m_pointerEvent)(MWinEvent *windowEvents))(MWinEvent *windowEvents)
HDC MWindow::m_hDCNone
HWND MWindow::m_hWndNone
HGLRC MWindow::m_hRCNone
HINSTANCE MWindow::m_hInstanceNone
MWindow::MWindow(void)
MWindow::~MWindow(void)
bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen, bool vsync=false, int samples=0)
void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvents))
void MWindow::sendEvents(MWinEvent *events)
bool MWindow::onEvents(void)
void MWindow::setCursorPos(int x, int y)
void MWindow::hideCursor(void)
void MWindow::showCursor(void)
bool MWindow::getFocus(void)
bool MWindow::isActive(void)
bool MWindow::isFullscreen(void)
void MWindow::setTitle(const char *title)
void MWindow::setFullscreen(bool fullscreen)
void MWindow::setFocus(bool focus)
void MWindow::setActive(bool active)
bool MWindow::isMouseOverWindow(void)
int MWindow::getXPosition(void)
int MWindow::getYPosition(void)
unsigned int MWindow::getWidth(void)
unsigned int MWindow::getHeight(void)
void MWindow::swapBuffer(void)
void MWindow::setCurrentDirectory(const char *directory)
void MWindow::setWorkingDirectory(const char *directory)
const char* MWindow::getTempDirectory(void)
const char* MWindow::getCurrentDirectory(void)
const char* MWindow::getWorkingDirectory(void)
MJoystick* MWindow::getJoystick1(void)
MJoystick* MWindow::getJoystick2(void)
void MWindow::execute(const char *path, const char *args)
void MWindow::sleep(double time)
bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList, const char *startPath=NULL)
const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
MWindow::MWindow(void)
MWindow::~MWindow(void)
bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen)
void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvent))
void MWindow::sendEvents(MWinEvent *events)
bool MWindow::onEvents(void)
void MWindow::setCursorPos(int x, int y)
void MWindow::hideCursor(void)
void MWindow::showCursor(void)
bool MWindow::getFocus(void)
bool MWindow::isActive(void)
bool MWindow::isFullscreen(void)
void MWindow::setTitle(const char *title)
void MWindow::setFullscreen(bool fullscreen)
void MWindow::setFocus(bool focus)
void MWindow::setActive(bool active)
bool MWindow::isMouseOverWindow(void)
int MWindow::getXPosition(void)
int MWindow::getYPosition(void)
unsigned int MWindow::getWidth(void)
unsigned int MWindow::getHeight(void)
void MWindow::swapBuffer(void)
void MWindow::setCurrentDirectory(const char *directory)
void MWindow::setWorkingDirectory(const char *directory)
const char* MWindow::getTempDirectory(void)
const char* MWindow::getCurrentDirectory(void)
const char* MWindow::getWorkingDirectory(void)
MJoystick* MWindow::getJoystick1(void)
MJoystick* MWindow::getJoystick2(void)
void MWindow::execute(const char *path, const char *args)
void MWindow::sleep(double time)
bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList)
const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
MWindow::MWindow(void)
MWindow::~MWindow(void)
bool MWindow::create(const char *title, unsigned int width, unsigned int height, int colorBits, bool fullscreen)
void MWindow::setPointerEvent(void(*pointerEvent)(MWinEvent *windowEvents))
void MWindow::sendEvents(MWinEvent *events)
bool MWindow::onEvents(void)
void MWindow::setCursorPos(int x, int y)
void MWindow::hideCursor(void)
void MWindow::showCursor(void)
bool MWindow::getFocus(void)
bool MWindow::isActive(void)
bool MWindow::isFullscreen(void)
void MWindow::setTitle(const char *title)
void MWindow::setFullscreen(bool fullscreen)
void MWindow::setFocus(bool focus)
void MWindow::setActive(bool active)
bool MWindow::isMouseOverWindow(void)
int MWindow::getXPosition(void)
int MWindow::getYPosition(void)
unsigned int MWindow::getWidth(void)
unsigned int MWindow::getHeight(void)
void MWindow::swapBuffer(void)
void MWindow::setCurrentDirectory(const char *directory)
void MWindow::setWorkingDirectory(const char *directory)
const char* MWindow::getTempDirectory(void)
const char* MWindow::getCurrentDirectory(void)
const char* MWindow::getWorkingDirectory(void)
MJoystick* MWindow::getJoystick1(void)
MJoystick* MWindow::getJoystick2(void)
void MWindow::execute(const char *path, const char *args)
void MWindow::sleep(double time)
bool MWindow::getOpenMultipleFiles(const char *title, const char *filter, string *repertory, list< string > *filesList, const char *startPath=NULL)
const char* MWindow::getOpenDir(const char *title, const char *startPath=NULL)
const char* MWindow::getOpenFilename(const char *title, const char *filter, const char *startPath=NULL)
const char* MWindow::getSaveFilename(const char *title, const char *filter, const char *startPath=NULL)
static MWindow* MWindow::getInstance(void)
static unsigned long MWindow::getSystemTick(void)
static MWindow* MWindow::getInstance(void)
static unsigned long MWindow::getSystemTick(void)
static MWindow* MWindow::getInstance(void)
static unsigned long MWindow::getSystemTick(void)