Blender V2.61 - r43446
Classes | Defines | Functions | Variables

GHOST_WindowWin32.h File Reference

#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

Detailed Description

Declaration of GHOST_WindowWin32 class.

Definition in file GHOST_WindowWin32.h.


Define Documentation

#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.


Function Documentation

typedef BOOL ( API *  GHOST_WIN32_WTClose)
typedef HCTX ( API *  GHOST_WIN32_WTOpen)
typedef UINT ( API *  GHOST_WIN32_WTInfo)

Variable Documentation

typedef BOOL
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