Lines Matching refs:Win32Window
229 LRESULT CALLBACK Win32Window::WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc()
242 Win32Window *window = reinterpret_cast<Win32Window *>(GetWindowLongPtr(hWnd, GWLP_USERDATA)); in WndProc()
485 Win32Window::Win32Window() in Win32Window() function in Win32Window
495 Win32Window::~Win32Window() in ~Win32Window()
501 bool Win32Window::initialize(const std::string &name, size_t width, size_t height) in initialize()
576 void Win32Window::destroy() in destroy()
600 bool Win32Window::takeScreenshot(uint8_t *pixelData) in takeScreenshot()
705 EGLNativeWindowType Win32Window::getNativeWindow() const in getNativeWindow()
710 EGLNativeDisplayType Win32Window::getNativeDisplay() const in getNativeDisplay()
715 void* Win32Window::getFramebufferNativeWindow() const in getFramebufferNativeWindow()
720 void Win32Window::messageLoop() in messageLoop()
730 void Win32Window::setMousePosition(int x, int y) in setMousePosition()
745 return new Win32Window(); in CreateOSWindow()
748 bool Win32Window::setPosition(int x, int y) in setPosition()
770 bool Win32Window::resize(int width, int height) in resize()
805 void Win32Window::setVisible(bool isVisible) in setVisible()
819 void Win32Window::pushEvent(Event event) in pushEvent()
833 void Win32Window::signalTestEvent() in signalTestEvent()