Go to the source code of this file.
Classes | |
struct | vidmode_s |
Macros | |
#define | WM_MOUSEWHEEL (WM_MOUSELAST+1) |
#define | VID_NUM_MODES ( sizeof( vid_modes ) / sizeof( vid_modes[0] ) ) |
#define | MAXPRINTMSG 8192 |
Typedefs | |
typedef struct vidmode_s | vidmode_t |
Functions | |
LONG WINAPI | MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static void | WIN_DisableAltTab (void) |
static void | WIN_EnableAltTab (void) |
void | VID_Printf (int print_level, char *fmt,...) |
void | VID_Error (int err_level, char *fmt,...) |
int | MapKey (int key) |
void | AppActivate (BOOL fActive, BOOL minimize) |
void | VID_Restart_f (void) |
void | VID_Front_f (void) |
qboolean | VID_GetModeInfo (int *width, int *height, int mode) |
void | VID_UpdateWindowPosAndSize (int x, int y) |
void | VID_NewWindow (int width, int height) |
void | VID_FreeReflib (void) |
qboolean | VID_LoadRefresh (char *name) |
void | VID_CheckChanges (void) |
void | VID_Init (void) |
void | VID_Shutdown (void) |
Variables | |
refexport_t | re |
cvar_t * | win_noalttab |
static UINT | MSH_MOUSEWHEEL |
cvar_t * | vid_gamma |
cvar_t * | vid_ref |
cvar_t * | vid_xpos |
cvar_t * | vid_ypos |
cvar_t * | vid_fullscreen |
cvar_t * | vid_hudscale |
cvar_t * | r_customwidth |
cvar_t * | r_customheight |
cvar_t * | viewsize |
viddef_t | viddef |
HINSTANCE | reflib_library |
qboolean | reflib_active = 0 |
HWND | cl_hwnd |
static qboolean | s_alttab_disabled |
unsigned | sys_msg_time |
qboolean | s_win95 |
byte | scantokey [128] |
vidmode_t | vid_modes [] |
LONG WINAPI MainWndProc | ( | HWND | hWnd, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) |
qboolean VID_LoadRefresh | ( | char * | name | ) |
Definition at line 474 of file vid_dll.c.
Referenced by VID_Init().
Definition at line 774 of file vid_dll.c.
Referenced by CL_Shutdown().
HWND cl_hwnd |
Definition at line 58 of file vid_dll.c.
Referenced by CDAudio_Pause(), CDAudio_Play2(), CDAudio_Resume(), DS_CreateBuffers(), DS_DestroyBuffers(), IN_ActivateMouse(), MainWndProc(), S_Activate(), Sys_AppActivate(), VID_Front_f(), and VID_UpdateWindowPosAndSize().
|
static |
Definition at line 40 of file vid_dll.c.
Referenced by MainWndProc().
cvar_t* r_customheight |
Definition at line 50 of file vid_dll.c.
Referenced by VID_GetModeInfo(), and VID_Init().
cvar_t* r_customwidth |
Definition at line 49 of file vid_dll.c.
Referenced by VID_GetModeInfo(), and VID_Init().
refexport_t re |
Definition at line 32 of file vid_dll.c.
Referenced by CL_AddPacketEntities(), CL_Disconnect(), CL_DrawInventory(), CL_LoadClientinfo(), CL_ParseConfigString(), CL_PrepRefresh(), CL_RegisterTEntModels(), Con_DrawConsole(), Con_DrawInput(), Con_DrawNotify(), DrawAltString(), DrawHUDString(), DrawString(), GetRefAPI(), Inv_DrawString(), KeyCursorDrawFunc(), M_Banner(), M_Credits_MenuDraw(), M_Draw(), M_DrawCharacter(), M_DrawCursor(), M_DrawPic(), M_Main_Draw(), M_Quit_Draw(), MainWndProc(), PlayerConfig_MenuDraw(), S_RegisterSexedModel(), SCR_DrawCenterString(), SCR_DrawCinematic(), SCR_DrawConsole(), SCR_DrawCrosshair(), SCR_DrawDebugGraph(), SCR_DrawField(), SCR_DrawLoading(), SCR_DrawNet(), SCR_DrawPause(), SCR_ExecuteLayoutString(), SCR_Sky_f(), SCR_StopCinematic(), SCR_TileClear(), SCR_TimeRefresh_f(), SCR_TouchPics(), SCR_UpdateScreen(), V_Gun_Model_f(), V_RenderView(), VID_FreeReflib(), VID_LoadRefresh(), VID_MenuDraw(), and VID_Shutdown().
qboolean reflib_active = 0 |
Definition at line 56 of file vid_dll.c.
Referenced by MainWndProc(), VID_FreeReflib(), VID_LoadRefresh(), and VID_Shutdown().
HINSTANCE reflib_library |
Definition at line 55 of file vid_dll.c.
Referenced by VID_FreeReflib(), and VID_LoadRefresh().
|
static |
Definition at line 64 of file vid_dll.c.
Referenced by WIN_DisableAltTab(), and WIN_EnableAltTab().
qboolean s_win95 |
Definition at line 40 of file sys_win.c.
Referenced by Sys_Init(), WIN_DisableAltTab(), and WIN_EnableAltTab().
byte scantokey[128] |
Definition at line 161 of file vid_dll.c.
Referenced by MapKey().
unsigned sys_msg_time |
Definition at line 48 of file sys_win.c.
Referenced by MainWndProc(), Sys_SendKeyEvents(), and WinMain().
cvar_t* vid_fullscreen |
Definition at line 47 of file vid_dll.c.
Referenced by MainWndProc(), VID_CheckChanges(), and VID_Init().
cvar_t* vid_gamma |
Definition at line 43 of file vid_dll.c.
Referenced by GL_InitImages(), QGL_Init(), VID_Init(), and Vk_InitImages().
cvar_t* vid_hudscale |
Definition at line 48 of file vid_dll.c.
Referenced by AddressBook_MenuInit(), CL_DrawInventory(), Con_DrawConsole(), Con_DrawInput(), Con_DrawNotify(), DMOptions_MenuInit(), DownloadOptions_MenuInit(), DrawAltString(), DrawHUDString(), DrawKeyBindingFunc(), DrawString(), Field_Draw(), Game_MenuInit(), Inv_DrawString(), JoinServer_MenuDraw(), JoinServer_MenuInit(), KeyCursorDrawFunc(), Keys_MenuInit(), LoadGame_MenuInit(), M_Banner(), M_Credits_MenuDraw(), M_DrawTextBox(), M_Main_Draw(), M_Print(), M_PrintWhite(), Menu_Draw(), Menu_DrawStatusBar(), Menu_DrawString(), Menu_DrawStringDark(), Menu_DrawStringR2L(), Menu_DrawStringR2LDark(), Multiplayer_MenuInit(), Options_MenuDraw(), Options_MenuInit(), PlayerConfig_MenuDraw(), PlayerConfig_MenuInit(), SaveGame_MenuInit(), SCR_DrawCenterString(), SCR_DrawPause(), SCR_ExecuteLayoutString(), SizeHUDString(), Slider_Draw(), SpinControl_Draw(), StartServer_MenuInit(), VID_MenuDraw(), VID_MenuInit(), and VID_NewWindow().
vidmode_t vid_modes[] |
Definition at line 495 of file vid_dll.c.
Referenced by VID_GetModeInfo().
cvar_t* vid_ref |
Definition at line 44 of file vid_dll.c.
Referenced by VID_CheckChanges(), VID_Init(), VID_LoadRefresh(), and VID_Restart_f().
cvar_t* vid_xpos |
Definition at line 45 of file vid_dll.c.
Referenced by MainWndProc(), VID_CheckChanges(), VID_CreateWindow(), VID_Init(), and VID_UpdateWindowPosAndSize().
cvar_t* vid_ypos |
Definition at line 46 of file vid_dll.c.
Referenced by MainWndProc(), VID_CheckChanges(), VID_CreateWindow(), VID_Init(), and VID_UpdateWindowPosAndSize().
viddef_t viddef |
Definition at line 54 of file vid_dll.c.
Referenced by AddressBook_MenuInit(), CL_DrawInventory(), CL_PrepRefresh(), Con_CheckResize(), Con_DrawConsole(), Con_DrawNotify(), DMOptions_MenuInit(), DownloadOptions_MenuInit(), Game_MenuInit(), JoinServer_MenuInit(), Keys_MenuInit(), LoadGame_MenuInit(), M_Banner(), M_Credits_MenuDraw(), M_Draw(), M_DrawCharacter(), M_DrawPic(), M_Main_Draw(), M_Quit_Draw(), Multiplayer_MenuInit(), Options_MenuInit(), PlayerConfig_MenuDraw(), PlayerConfig_MenuInit(), SaveGame_MenuInit(), SCR_CalcVrect(), SCR_DirtyScreen(), SCR_DrawCenterString(), SCR_DrawCinematic(), SCR_DrawConsole(), SCR_DrawLoading(), SCR_DrawPause(), SCR_ExecuteLayoutString(), SCR_TileClear(), SCR_UpdateScreen(), StartServer_MenuInit(), VID_MenuDraw(), VID_MenuInit(), VID_NewWindow(), and VID_UpdateWindowPosAndSize().
cvar_t* viewsize |
Definition at line 51 of file vid_dll.c.
Referenced by VID_Init().
cvar_t* win_noalttab |
Definition at line 34 of file vid_dll.c.
Referenced by AppActivate(), VID_CheckChanges(), and VID_Init().