EHS
Window_W32.h File Reference
#include "ehs/EHS.h"
#include "ehs/Array.h"
#include "ehs/Str.h"
#include "ehs/Vec4.h"
#include "BaseWindow.h"
#include "HID/InputHandler.h"

Go to the source code of this file.

Classes

class  ehs::Window
 

Namespaces

namespace  ehs
 

Macros

#define WM_HIDE   (WM_APP + 1)
 
#define WM_SHOW   (WM_APP + 2)
 
#define WM_HIDE_CURSOR   (WM_APP + 3)
 
#define WM_SHOW_CURSOR   (WM_APP + 4)
 

Macro Definition Documentation

◆ WM_HIDE

#define WM_HIDE   (WM_APP + 1)

◆ WM_HIDE_CURSOR

#define WM_HIDE_CURSOR   (WM_APP + 3)

◆ WM_SHOW

#define WM_SHOW   (WM_APP + 2)

◆ WM_SHOW_CURSOR

#define WM_SHOW_CURSOR   (WM_APP + 4)