#include <uxtheme.h>
#include <dwmapi.h>
#include <gdiplus.h>
#include "MouseDevice.h"
#include "KeyboardDevice.h"
#include "InputWindow.h"
#include "InputWindow.inl"
Go to the source code of this file.
Classes | |
struct | WindowInfo |
class | Window |
Implementation of the IWindow interface. More... | |
Defines | |
#define | NAMESPACE REALWINDOW |
#define | NAMESPACE_START namespace REALWINDOW{ |
#define | NAMESPACE_END } |
#define | LOG(text) if(logger) logger->print(TEXT(text)) |
#define | LOGLN(text) if(logger) logger->println(TEXT(text)) |
Typedefs | |
typedef Window * | pWindow |
Variables | |
NAMESPACE_END Log * | logger |
NAMESPACE::InputWindow | inputWindow |
extern::ArrayList < NAMESPACE::pWindow > | windowList |
NAMESPACE::InputWindow inputWindow |
Definition at line 5 of file dllexport.cpp.
extern ::ArrayList<NAMESPACE::pWindow> windowList |