Blender V2.61 - r43446
|
#include "GHOST_Window.h"
#include "GHOST_TaskbarWin32.h"
#include <windows.h>
#include <wintab.h>
#include <pktdef.h>
Go to the source code of this file.
Classes | |
class | GHOST_WindowWin32 |
Defines | |
#define | _WIN32_WINNT 0x501 |
#define | WIN32_LEAN_AND_MEAN |
#define | PACKETDATA (PK_BUTTONS | PK_NORMAL_PRESSURE | PK_ORIENTATION | PK_CURSOR) |
#define | PACKETMODE PK_BUTTONS |
Functions | |
typedef | UINT (API *GHOST_WIN32_WTInfo)(UINT |
typedef | HCTX (API *GHOST_WIN32_WTOpen)(HWND |
typedef | BOOL (API *GHOST_WIN32_WTClose)(HCTX) |
Variables | |
typedef | UINT |
typedef | LPVOID |
typedef | LPLOGCONTEXTA |
typedef | BOOL |
Declaration of GHOST_WindowWin32 class.
Definition in file GHOST_WindowWin32.h.
#define _WIN32_WINNT 0x501 |
Definition at line 43 of file GHOST_WindowWin32.h.
#define PACKETDATA (PK_BUTTONS | PK_NORMAL_PRESSURE | PK_ORIENTATION | PK_CURSOR) |
Definition at line 49 of file GHOST_WindowWin32.h.
Referenced by GHOST_WindowWin32::GHOST_WindowWin32().
#define PACKETMODE PK_BUTTONS |
Definition at line 50 of file GHOST_WindowWin32.h.
Referenced by GHOST_WindowWin32::GHOST_WindowWin32().
#define WIN32_LEAN_AND_MEAN |
Definition at line 44 of file GHOST_WindowWin32.h.
typedef BOOL | ( | API * | GHOST_WIN32_WTClose | ) |
typedef HCTX | ( | API * | GHOST_WIN32_WTOpen | ) |
Referenced by GHOST_WindowWin32::processWin32TabletEvent().
typedef UINT | ( | API * | GHOST_WIN32_WTInfo | ) |
typedef BOOL |
Definition at line 58 of file GHOST_WindowWin32.h.
Referenced by GHOST_WindowWin32::GHOST_WindowWin32(), imb_cocoaSaveImage(), GHOST_SystemWin32::init(), and GHOST_WindowWin32::processWin32TabletInitEvent().
typedef LPLOGCONTEXTA |
Definition at line 58 of file GHOST_WindowWin32.h.
typedef LPVOID |
Definition at line 57 of file GHOST_WindowWin32.h.
Referenced by GHOST_WindowWin32::GHOST_WindowWin32().
typedef UINT |
Definition at line 57 of file GHOST_WindowWin32.h.
Referenced by GHOST_WindowWin32::initMultisample(), and GHOST_SystemWin32::s_wndProc().