Cinder  0.9.1
Classes | Namespaces | Macros | Typedefs | Functions
AppImplMsw.h File Reference
#include "cinder/Stream.h"
#include "cinder/Vector.h"
#include "cinder/app/MouseEvent.h"
#include "cinder/app/KeyEvent.h"
#include "cinder/app/TouchEvent.h"
#include "cinder/app/Renderer.h"
#include "cinder/Display.h"
#include "cinder/app/Window.h"
#include <string>
#include <vector>
#include <list>
#include <windows.h>

Classes

struct  tagTOUCHINPUT
 
class  cinder::app::AppImplMsw
 
class  cinder::app::WindowImplMsw
 
class  cinder::app::BlankingWindow
 

Namespaces

 cinder
 
 cinder::app
 

Macros

#define TOUCH_COORD_TO_PIXEL(l)    ((l) / 100)
 
#define WM_TOUCH   0x0240
 

Typedefs

typedef struct tagTOUCHINPUT TOUCHINPUT
 
typedef struct tagTOUCHINPUTPTOUCHINPUT
 
typedef TOUCHINPUT const * PCTOUCHINPUT
 
typedef std::shared_ptr< class BlankingWindow > cinder::app::BlankingWindowRef
 

Functions

 DECLARE_HANDLE (HTOUCHINPUT)
 

Macro Definition Documentation

#define TOUCH_COORD_TO_PIXEL (   l)    ((l) / 100)
#define WM_TOUCH   0x0240

Typedef Documentation

typedef struct tagTOUCHINPUT TOUCHINPUT
typedef struct tagTOUCHINPUT * PTOUCHINPUT
typedef TOUCHINPUT const* PCTOUCHINPUT

Function Documentation

DECLARE_HANDLE ( HTOUCHINPUT  )