#include <omgui/win32/win.h>
#include <omgui/win32/widget.h>
#include <omgui/exception.h>
#include <omgui/win32/msgnames.h>
#include <stack>
Namespaces | |
namespace | omgui |
namespace | omgui::win32 |
Functions | |
void | omgui::win32::associate_hwnd (HWND h, Widget *wnd) |
void | omgui::win32::disassociate_hwnd (HWND h) |
HINSTANCE | omgui::win32::get_instance_handle () |
Widget * | omgui::win32::get_widget_from_hwnd (HWND h) |
bool | omgui::win32::has_widgets () |
void | omgui::win32::save_instance_handle (HINSTANCE h) |
LRESULT CALLBACK | omgui::win32::widget_wndproc (HWND hwnd, UINT msg, WPARAM w_param, LPARAM l_param) |
Variables | |
HINSTANCE | omgui::win32::handle |
HHOOK | omgui::win32::m_hook = 0 |
Widget * | omgui::win32::m_widget = 0 |
unsigned int | num_widgets = 0 |
unsigned int num_widgets = 0 [static] |