Blender V4.3
GHOST_WindowWin32.hh File Reference
#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 }
 

Detailed Description

Declaration of GHOST_WindowWin32 class.

Definition in file GHOST_WindowWin32.hh.

Typedef Documentation

◆ GHOST_WIN32_AdjustWindowRectExForDpi

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.

◆ GHOST_WIN32_GetDpiForWindow

typedef UINT(API * GHOST_WIN32_GetDpiForWindow) (HWND)

Definition at line 30 of file GHOST_WindowWin32.hh.

Enumeration Type Documentation

◆ GHOST_MouseCaptureEventWin32

Enumerator
MousePressed 
MouseReleased 
OperatorGrab 
OperatorUngrab 

Definition at line 44 of file GHOST_WindowWin32.hh.