Physics-Simulator  v1.4.0-beta.2
ConfigValues Struct Reference

#include <config.h>

Public Attributes

uint uintScreenWidth
 
uint uintScreenHeight
 
bool blnLogging
 
bool blnDragMode
 
bool blnDrawPathOnScreen
 
uchar uchrCollisionMethod
 
uint uintMaxNumPastPoints
 
uint uintPastDelay
 
char * OperatingSystem
 

Detailed Description

This Structure holds all of the different config values together.

Member Data Documentation

◆ blnDragMode

bool ConfigValues::blnDragMode

Whether Drag is enabled or not

◆ blnDrawPathOnScreen

bool ConfigValues::blnDrawPathOnScreen

Whether to draw the balls' past path on the screen

◆ blnLogging

bool ConfigValues::blnLogging

If logging of balls' path to a file is enabled

◆ OperatingSystem

char* ConfigValues::OperatingSystem

The OS that the program is running on, doesn't do anything

◆ uchrCollisionMethod

uchar ConfigValues::uchrCollisionMethod

The Method of Collision see Collisions

◆ uintMaxNumPastPoints

uint ConfigValues::uintMaxNumPastPoints

Max number of past locations to keep track of for the ball.

◆ uintPastDelay

uint ConfigValues::uintPastDelay

How long of a delay between recording points

◆ uintScreenHeight

uint ConfigValues::uintScreenHeight

Screen Height in Pixels, defaults to 480

◆ uintScreenWidth

uint ConfigValues::uintScreenWidth

Screen Width in Pixels, defaults to 640


The documentation for this struct was generated from the following file: