KeyDialog.cpp File Reference

#include <wxdialogs/KeyDialog.h>
#include <wxdialogs/MainDialog.h>
#include <common/Defines.h>
#include <common/Keyboard.h>
#include <wx/wx.h>

Go to the source code of this file.

Classes

class  TextWindow
class  KeyFrame

Functions

unsigned int getKeyDialogKey ()
bool getKeyDialogShift ()
bool getKeyDialogControl ()
bool getKeyDialogAlt ()
void showKeyDialog (wxDialog *dialog)

Variables

char scorched3dAppName [128]
char * displayOptions
static bool keyDialogShiftDown = false
static bool keyDialogControlDown = false
static bool keyDialogAltDown = false
static unsigned int keyDialogKeyCode = 0


Function Documentation

bool getKeyDialogAlt (  ) 

Definition at line 92 of file KeyDialog.cpp.

Referenced by DisplayFrame::onKeyButton().

bool getKeyDialogControl (  ) 

Definition at line 87 of file KeyDialog.cpp.

Referenced by DisplayFrame::onKeyButton().

unsigned int getKeyDialogKey (  ) 

Definition at line 77 of file KeyDialog.cpp.

Referenced by DisplayFrame::onKeyButton().

bool getKeyDialogShift (  ) 

Definition at line 82 of file KeyDialog.cpp.

Referenced by DisplayFrame::onKeyButton().

void showKeyDialog ( wxDialog *  dialog  ) 

Definition at line 135 of file KeyDialog.cpp.

Referenced by DisplayFrame::onKeyButton().


Variable Documentation

char* displayOptions

bool keyDialogAltDown = false [static]

Definition at line 31 of file KeyDialog.cpp.

Referenced by getKeyDialogAlt(), and TextWindow::OnKeyDown().

bool keyDialogControlDown = false [static]

Definition at line 30 of file KeyDialog.cpp.

Referenced by getKeyDialogControl(), and TextWindow::OnKeyDown().

unsigned int keyDialogKeyCode = 0 [static]

Definition at line 32 of file KeyDialog.cpp.

Referenced by getKeyDialogKey(), and TextWindow::OnKeyDown().

bool keyDialogShiftDown = false [static]

Definition at line 29 of file KeyDialog.cpp.

Referenced by getKeyDialogShift(), and TextWindow::OnKeyDown().

char scorched3dAppName[128]

Definition at line 30 of file main.h.


Generated on Mon Feb 16 15:14:59 2009 for Scorched3D by  doxygen 1.5.3