Especially - API Documentation


int ES_start

( char const* window_title, bool fullscreen,
  bool activate_fps, float color_red,
  float color_green, float color_blue, int argc,
  char* argv[] )

A global function.

Documentation

A global function. This function is used to initialize almost all OpenGL stuff.

Parameters:
window_title - [char const] Text displayed in title bar
fullscreen - [bool] run program in fullscreen or windowed mode
activate_fps - [bool] show frames per second
color_red - [float] background color value from 0-255
color_green - [float] background color value from 0-255
color_blue - [float] background color value from 0-255
argc - [int] number of arguments given to the program.
argv - [*argv[]] array holding the arguments
Returns:
true or false
See Also:
ESv_fps_activ, ESv_fps_total, ESv_fps_programtime, ESv_fps_pos_x, ESv_fps_pos_y, ESv_fps_color_red, ESv_fps_color_green, ESv_fps_color_blue

Alphabetic index



This page was generated with the help of DOC++.