MXVM 1.8.1
Virtual Machine, Compiler, and Pascal Frontend
Loading...
Searching...
No Matches
mx::Arguments Struct Reference

Parsed SDL program arguments (resolution, path, fullscreen). More...

#include <argz.hpp>

Public Attributes

int width
int height
 window dimensions
std::string path
 assets path
bool fullscreen
 fullscreen mode flag

Detailed Description

Parsed SDL program arguments (resolution, path, fullscreen).

Definition at line 485 of file argz.hpp.

Member Data Documentation

◆ fullscreen

bool mx::Arguments::fullscreen

fullscreen mode flag

Definition at line 488 of file argz.hpp.

Referenced by mx::proc_args().

◆ height

int mx::Arguments::height

window dimensions

Definition at line 486 of file argz.hpp.

Referenced by mx::proc_args().

◆ path

std::string mx::Arguments::path

assets path

Definition at line 487 of file argz.hpp.

Referenced by mx::proc_args().

◆ width

int mx::Arguments::width

Definition at line 486 of file argz.hpp.

Referenced by mx::proc_args().


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