Searched refs:Win32Window (Results 1 – 3 of 3) sorted by relevance
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 Win32Window495 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()[all …]
18 class Win32Window : public OSWindow21 Win32Window();22 ~Win32Window() override;
8 windows/win32/Win32Window.cpp)