Public Member Functions | |
| bool | Init (char *pTitle, int pWidth, int pHeight, int pBpp, bool pVsync, bool pFullscreen) |
| void | End () |
| bool | IsOk () const |
| IsOk. | |
| char * | GetTitle () |
| This function returns the title of the window. | |
| int | GetWidth () |
| This function returns the width of the window. | |
| int | GetHeight () |
| This function returns the height of the window. | |
| int | GetBpp () |
| This function returns the window color quality. 32 or 16 bits. | |
| bool | IsVsync () |
| This function returns 1 (true) if the window has activated the waiting for the vertical line.. | |
| bool | IsFullScreen () |
| This function returns 1 (true) if the window is set to full screen. | |
| HWND | GetWnd () |
| This function returns the window HWND. | |
| void | SetTitle (char *pTitle) |
| void | Cursor (bool pEnable) |
| bool IND_Window::Init | ( | char * | pTitle, | |
| int | pWidth, | |||
| int | pHeight, | |||
| int | pBpp, | |||
| bool | pVsync, | |||
| bool | pFullscreen | |||
| ) |
Parameters:
This function returns 1 (true) if a window with the atributes indicated as parameters is created.
| void IND_Window::End | ( | ) |
Operation:
This function frees the manager and all the objects that it contains.
| bool IND_Window::IsOk | ( | ) | const [inline] |
IsOk.
This function returns 1 (true) if the manager is correctly initialized.
| void IND_Window::SetTitle | ( | char * | pTitle | ) |
Parameters:
This function changes the title of the actual window.
| void IND_Window::Cursor | ( | bool | pEnable | ) |
Parameters:
This function shows or hides the cursor.
1.5.4