![]() |
Cinder
0.9.1
|
#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 tagTOUCHINPUT * | PTOUCHINPUT |
typedef TOUCHINPUT const * | PCTOUCHINPUT |
typedef std::shared_ptr< class BlankingWindow > | cinder::app::BlankingWindowRef |
Functions | |
DECLARE_HANDLE (HTOUCHINPUT) | |
#define TOUCH_COORD_TO_PIXEL | ( | l | ) | ((l) / 100) |
#define WM_TOUCH 0x0240 |
typedef struct tagTOUCHINPUT TOUCHINPUT |
typedef struct tagTOUCHINPUT * PTOUCHINPUT |
typedef TOUCHINPUT const* PCTOUCHINPUT |
DECLARE_HANDLE | ( | HTOUCHINPUT | ) |