#include "screen.h"#include "MyDebug.h"#include "openGL_tools.h"#include <winuser.h>#include "windowTools.h"Go to the source code of this file.
Defines | |
| #define | DEBUG_SCREEN(methode) MyDebug::SendEvent("screen",methode##"[t:%s,style:%d,styleEx:%d,dXNorm:%d,%d,dXCli:%d,%d]",(char *)title,dwStyle,dwExStyle,dxNormal,dyNormal,dxClient,dyClient) | 
| #define | TEST(varType, msg) if ((dwStyle&varType)==varType) { for (int i=0;i<level;i++) message<<"| "; message<<msg<<"\n"; } | 
| #define | TEST_EX(varType, msg) if ((dwExStyle&varType)==varType) { for (int i=0;i<level;i++) message<<"| "; message<<msg<<"\n"; } | 
| #define | WS_EX_COMPOSITED 0x02000000L | 
| #define | WS_EX_NOACTIVATE 0x08000000L | 
| #define | WS_EX_LAYERED 0x00080000 | 
      
  | 
  
| 
 
 Definition at line 23 of file screen.cpp. Referenced by Screen::ApplySize(), Screen::Create(), Screen::Destroy(), Screen::Screen(), Screen::SetFullScreen(), Screen::SetSize(), Screen::Setup(), Screen::Show(), Screen::Update(), and Screen::~Screen().  | 
  
      
  | 
  
| 
 
 Definition at line 26 of file screen.cpp. Referenced by Screen::MsgInfoType().  | 
  
      
  | 
  
| 
 
 Definition at line 27 of file screen.cpp. Referenced by Screen::MsgInfoType().  | 
  
      
  | 
  
| 
 
 Definition at line 30 of file screen.cpp. Referenced by Screen::MsgInfoType().  | 
  
      
  | 
  
| 
 
 Definition at line 32 of file screen.cpp. Referenced by Screen::MsgInfoType().  | 
  
      
  | 
  
| 
 
 Definition at line 31 of file screen.cpp. Referenced by Screen::MsgInfoType().  | 
  
 
1.3.6