Sleeping Wombat GUI
0.100
swGUI
|
#include "WinAPIGUI.h"
#include "Win32ApiWindow.h"
#include "swInputLibrary/InputWinApi/WinApiInputProxy.h"
#include <Windows.h>
Namespaces | |
sw | |
sw::gui | |
Functions | |
LRESULT CALLBACK | sw::gui::WindowProcedure (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
Window procedure. More... | |
INativeWindow * | sw::gui::GetNativePointer (HWND window) |
Retrives INativeWindow pointer hidden in native window extra bytes. More... | |
WinAPIGUI * | sw::gui::GetNativeAPIPointer (HWND window) |
Retrives WinAPIGUI pointer hidden in native window extra bytes. More... | |
Variables | |
const wchar_t | sw::gui::WINDOW_CLASS_NAME [] = L"gui Window" |