x86UNIXPlatformState
Engine/source/platformX86UNIX/x86UNIXState.h
Public Friends
class
Private Attributes
bool
Window
bool
Display *
bool
char
mExeName [40]
char
mExePathName [4096]
int
Screen *
bool
bool
bool
bool
char
mWindowName [40]
bool
Public Attributes
Public Functions
bool
Display *
bool
const char *
const char *
int
Screen *
bool
Window
const char *
Point2I &
bool
bool
setCDAudioEnabled(bool enabled)
setDedicated(bool dedicated)
setDesktopBpp(S32 bpp)
setDesktopSize(S32 horizontal, S32 vertical)
setDisplayPointer(Display * displayPointer)
setExePathName(const char * exePathName)
setScreenNumber(int newNumber)
setScreenPointer(Screen * newScreenPointer)
setUseRedirect(bool enabled)
setWindowActive(bool windowActive)
setWindowCreated(bool windowCreated)
setWindowLocked(bool windowLocked)
setWindowName(const char * windowName)
setWindowSize(Point2I size)
setWindowSize(S32 horizontal, S32 vertical)
setXWindowsRunning(bool running)
bool
bool
bool
Detailed Description
Public Friends
Private Attributes
bool mCDAudioEnabled
Window mCurrentWindow
bool mDedicated
S32 mDesktopBpp
Point2I mDesktopSize
Display * mDisplay
bool mDSleep
char mExeName [40]
char mExePathName [4096]
int mScreenNumber
Screen * mScreenPointer
bool mUseRedirect
bool mWindowActive
bool mWindowCreated
bool mWindowLocked
char mWindowName [40]
Point2I mWindowSize
bool mXWindowsRunning
Public Attributes
U32 currentTime
Public Functions
x86UNIXPlatformState()
getCDAudioEnabled()
getDesktopBpp()
getDesktopSize()
getDisplayPointer()
getDSleep()
getExeName()
getExePathName()
getScreenNumber()
getScreenPointer()
getUseRedirect()
getWindow()
getWindowName()
getWindowSize()
isDedicated()
isXWindowsRunning()
setCDAudioEnabled(bool enabled)
setDedicated(bool dedicated)
setDesktopBpp(S32 bpp)
setDesktopSize(S32 horizontal, S32 vertical)
setDisplayPointer(Display * displayPointer)
setDSleep(bool enabled)
setExePathName(const char * exePathName)
setScreenNumber(int newNumber)
setScreenPointer(Screen * newScreenPointer)
setUseRedirect(bool enabled)
setWindow(Window newWindow)
setWindowActive(bool windowActive)
setWindowCreated(bool windowCreated)
setWindowLocked(bool windowLocked)
setWindowName(const char * windowName)
setWindowSize(Point2I size)
setWindowSize(S32 horizontal, S32 vertical)
setXWindowsRunning(bool running)
windowActive()
windowCreated()
windowLocked()