28 #ifndef __D3D9VIDEOMODE_H__ 29 #define __D3D9VIDEOMODE_H__ 53 unsigned int getWidth()
const {
return mDisplayMode.Width; }
54 unsigned int getHeight()
const {
return mDisplayMode.Height; }
55 D3DFORMAT
getFormat()
const {
return mDisplayMode.Format; }
57 unsigned int getColourDepth()
const;
60 String getDescription()
const;
unsigned int getWidth() const
D3D9VideoMode(D3DDISPLAYMODE d3ddm)
unsigned int getRefreshRate() const
D3DDISPLAYMODE getDisplayMode() const
D3DFORMAT getFormat() const
D3D9VideoMode(const D3D9VideoMode &ob)
static unsigned int modeCount
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info...
unsigned int getHeight() const
void increaseRefreshRate(unsigned int rr)
D3DDISPLAYMODE mDisplayMode