In file src/win32/Win32Internals.h:

class HWinWindow: public HWindow


Inheritance:


Public Fields

[more]HWND hWnd
the window
[more]HINSTANCE hInst
handle to the instance
[more]HGLRC hRC
opengl context
[more]HDC hDC
device context
[more]HPALETTE hPalette
handle to the palette

Public Methods

[more]virtual void SetAttrib(int width, int height, bool fullscreen)
[more]bool IsPressed(H_KEY k)
[more]const char* GetKeyboardDescription()
[more]HJoystick* GetJoystick()
[more]virtual void MakeCurrent()
[more]virtual void SwapBuffers()


Inherited from HWindow:

Public Fields

oint m_width
oint m_height
obool m_fullscreen


Documentation

ovirtual void SetAttrib(int width, int height, bool fullscreen)

obool IsPressed(H_KEY k)

oconst char* GetKeyboardDescription()

oHJoystick* GetJoystick()

ovirtual void MakeCurrent()

ovirtual void SwapBuffers()

oHWND hWnd
the window

oHINSTANCE hInst
handle to the instance

oHGLRC hRC
opengl context

oHDC hDC
device context

oHPALETTE hPalette
handle to the palette


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.