Lines Matching refs:Window
33 Window* window = reinterpret_cast<Window*>(GetWindowLongPtr(hWnd, GWLP_USERDATA));
40 Window::Window (HINSTANCE instance, int width, int height)
88 Window::~Window (void)
99 void Window::setVisible (bool visible)
105 void Window::setForeground(void)
111 void Window::setSize (int width, int height)
129 void Window::setMinimized(bool minimize)
135 IVec2 Window::getSize (void) const
145 void Window::processEvents (void)
152 LRESULT Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam)