|
Blender V4.3
|
#include "GHOST_TaskbarWin32.hh"#include "GHOST_TrackpadWin32.hh"#include "GHOST_Window.hh"#include "GHOST_Wintab.hh"#include <vector>Go to the source code of this file.
Classes | |
| struct | GHOST_PointerInfoWin32 |
| class | GHOST_WindowWin32 |
Typedefs | |
| typedef UINT(API * | GHOST_WIN32_GetDpiForWindow) (HWND) |
| typedef BOOL(API * | GHOST_WIN32_AdjustWindowRectExForDpi) (LPRECT lpRect, DWORD dwStyle, BOOL bMenu, DWORD dwExStyle, UINT dpi) |
Enumerations | |
| enum | GHOST_MouseCaptureEventWin32 { MousePressed , MouseReleased , OperatorGrab , OperatorUngrab } |
Declaration of GHOST_WindowWin32 class.
Definition in file GHOST_WindowWin32.hh.
| typedef BOOL(API * GHOST_WIN32_AdjustWindowRectExForDpi) (LPRECT lpRect, DWORD dwStyle, BOOL bMenu, DWORD dwExStyle, UINT dpi) |
Definition at line 32 of file GHOST_WindowWin32.hh.
| typedef UINT(API * GHOST_WIN32_GetDpiForWindow) (HWND) |
Definition at line 30 of file GHOST_WindowWin32.hh.
| Enumerator | |
|---|---|
| MousePressed | |
| MouseReleased | |
| OperatorGrab | |
| OperatorUngrab | |
Definition at line 44 of file GHOST_WindowWin32.hh.