57 #if defined(__cplusplus) 82 typedef int SIM_GUI_tfHook (HWND hWnd,
UINT message, WPARAM wParam, LPARAM lParam,
int * pResult);
100 int SIM_GUI_Init (HINSTANCE hInst, HWND hWndMain,
char * pCmdLine,
const char * sAppName);
110 int SIM_GUI_App (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine,
int nCmdShow);
121 void LCDSIM_SetChroma (
int LayerIndex,
unsigned long ChromaMin,
unsigned long ChromaMax);
123 #if defined(__cplusplus) void SIM_GUI_HandleKeyEvents(unsigned Msg, WPARAM wParam)
void SIM_GUI_Enable(void)
void SIM_GUI_GetLCDPos(int *px, int *py)
int SIM_GUI_tfHook(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam, int *pResult)
HWND SIM_GUI_CreateCompositeWindow(HWND hParent, int x, int y, int xSize, int ySize, int DisplayIndex)
void SIM_GUI_SetDelayHandler(SIM_GUI_tfDelayHandler *pfHandler)
void SIM_GUI_CopyToClipboard(int LayerIndex)
void __cdecl SIM_GUI_LOG_Add(const char *format,...)
HWND SIM_GUI_CreateLCDWindow(HWND hParent, int x, int y, int xSize, int ySize, int LayerIndex)
void SIM_GUI_LOG_Time(void)
void SIM_GUI_ShowDevice(int OnOff)
void SIM_GUI_GetCompositeSize(int *pxSize, int *pySize)
void SIM_GUI_tfExecIdleHandler(void)
HWND SIM_GUI_CreateLCDInfoWindow(HWND hParent, int x, int y, int xSize, int ySize, int LayerIndex)
void SIM_GUI_tfDelayHandler(int ms)
int SIM_GUI_App(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
void LCDSIM_Paint(HWND hWnd)
void SIM_GUI_LOG_AddRed(void)
void SIM_GUI_SetMessageBoxOnError(int OnOff)
int SIM_GUI_Init(HINSTANCE hInst, HWND hWndMain, char *pCmdLine, const char *sAppName)
void SIM_GUI_SetExecIdleHandler(SIM_GUI_tfExecIdleHandler *pfHandler)
int SIM_GUI_GetTransColor(void)
void SIM_GUI_SetPixel(int x, int y, unsigned Color)
void LCDSIM_PaintComposite(HWND hWnd)
void LCDSIM_SetChroma(int LayerIndex, unsigned long ChromaMin, unsigned long ChromaMax)
void SIM_GUI_SetLCDWindowHook(SIM_GUI_tfHook *pfHook)
HWND SIM_GUI_CreateLOGWindow(HWND hParent, int x, int y, int xSize, int ySize)
void SIM_GUI_LOG_Clear(void)
void LCDSIM_SetTransMode(int LayerIndex, int TransMode)
void SIM_GUI_SetCallback(int(*pfCallback)(SIM_GUI_INFO *pInfo))