|
flimEngine
|
|
Functions | |
| static int | Flim::GetHeight () |
| Gets the height of the window. More... | |
| static int | Flim::GetWidth () |
| Gets the width of the window. More... | |
| static void | Flim::SetColor (float r, float g, float b, float a) |
| Sets an RGBA color for the background. More... | |
| static void | Flim::SetWidthHeight (int x, int y) |
| Sets width and height of window. More... | |
| static void | Flim::SetWindowName (char *in) |
| Sets window name. More... | |
| static std::string | Flim::GetWindowName () |
| Gets window name. More... | |
| static Vect | Flim::GetColor () |
| Gets the color. More... | |
|
inlinestatic |
Gets the color.
|
inlinestatic |
Gets the height of the window.
|
inlinestatic |
Gets the width of the window.
|
inlinestatic |
Gets window name.
|
inlinestatic |
Sets an RGBA color for the background.
| r | R component of color. |
| g | G component of color. |
| b | B component of color. |
| a | A component of color. |
|
inlinestatic |
Sets width and height of window.
| x | The x coordinate. |
| y | The y coordinate. |
|
inlinestatic |
Sets window name.
| [in,out] | in | If non-null, the in. |