module MiniGL::G

This module contains references to global objects/constants used by MiniGL.

Attributes

double_click_delay[RW]

Gets or sets the value of double_click_delay. See GameWindow#initialize for details.

gravity[RW]

Gets or sets the value of gravity. See GameWindow#initialize for details.

kb_held_delay[RW]

Gets or sets the value of kb_held_delay. See GameWindow#initialize for details.

kb_held_interval[RW]

Gets or sets the value of kb_held_interval. See GameWindow#initialize for details.

min_speed[RW]

Gets or sets the value of min_speed. See GameWindow#initialize for details.

ramp_contact_threshold[RW]

Gets or sets the value of ramp_contact_threshold. See GameWindow#initialize for details.

ramp_slip_force[RW]

Gets or sets the value of ramp_slip_force. See GameWindow#initialize for details.

ramp_slip_threshold[RW]

Gets or sets the value of ramp_slip_threshold. See GameWindow#initialize for details.

window[RW]

A reference to the game window.