#include "cinder/app/AppImplWinRT.h"
#include "cinder/app/App.h"
#include "cinder/Utilities.h"
#include "cinder/Display.h"
#include "cinder/WinRTUtils.h"
#include "cinder/msw/CinderMsw.h"
#include <Windows.h>
#include <CommDlg.h>
#include <ShellAPI.h>
#include <collection.h>
#include <ppltasks.h>
Namespaces | |
cinder | |
cinder::app | |
Macros | |
#define | max(a, b) (((a) > (b)) ? (a) : (b)) |
#define | min(a, b) (((a) < (b)) ? (a) : (b)) |
#define | LOSHORT(l) ((SHORT)(l)) |
#define | HISHORT(l) ((SHORT)(((DWORD)(l) >> 16) & 0xFFFF)) |
Functions | |
unsigned int | cinder::app::prepPointerEventModifiers (PointerEventArgs^args) |
#define LOSHORT | ( | l | ) | ((SHORT)(l)) |
#define HISHORT | ( | l | ) | ((SHORT)(((DWORD)(l) >> 16) & 0xFFFF)) |