#include "controlEngine.h"
#include "object3d_instance.h"
#include "systray.h"
#include <math.h>
#include "jitter.h"
#include <freetype/freetype.h>
Go to the source code of this file.
Defines | |
#define | SIZE_LIST 25 |
#define | TIME_TO_VIEW 250 |
Functions | |
int | FTLibraryInit () |
void | FTLibraryFree () |
LRESULT CALLBACK | ControlEngineProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
LRESULT CALLBACK | ScreenShotProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
CallBack de gestion de copie de la fenetre OpenGL. | |
Variables | |
ControlEngine | ce |
|
Referenced by ControlEngine::GiveFPS(). |
|
Referenced by ControlEngine::GiveFPS(). |
|
Redirection de la callback Definition at line 1046 of file controlEngine.cpp. References ce, and ControlEngine::Proc(). Referenced by ControlEngine::Start(). |
|
Definition at line 255 of file controlEngine.cpp. |
|
Definition at line 234 of file controlEngine.cpp. References GLint(). |
|
CallBack de gestion de copie de la fenetre OpenGL.
Definition at line 1056 of file controlEngine.cpp. Referenced by ControlEngine::ScreenShot(). |
|
Definition at line 25 of file controlEngine.cpp. |