Physics-Simulator
v1.4.0-beta.2
|
#include <config.h>
Public Attributes | |
uint | uintScreenWidth |
uint | uintScreenHeight |
bool | blnLogging |
bool | blnDragMode |
bool | blnDrawPathOnScreen |
uchar | uchrCollisionMethod |
uint | uintMaxNumPastPoints |
uint | uintPastDelay |
char * | OperatingSystem |
This Structure holds all of the different config values together.
bool ConfigValues::blnDragMode |
Whether Drag is enabled or not
bool ConfigValues::blnDrawPathOnScreen |
Whether to draw the balls' past path on the screen
bool ConfigValues::blnLogging |
If logging of balls' path to a file is enabled
char* ConfigValues::OperatingSystem |
The OS that the program is running on, doesn't do anything
uchar ConfigValues::uchrCollisionMethod |
The Method of Collision see Collisions
uint ConfigValues::uintMaxNumPastPoints |
Max number of past locations to keep track of for the ball.
uint ConfigValues::uintPastDelay |
How long of a delay between recording points
uint ConfigValues::uintScreenHeight |
Screen Height in Pixels, defaults to 480
uint ConfigValues::uintScreenWidth |
Screen Width in Pixels, defaults to 640