Public Member Functions | Public Attributes | List of all members
mvsim::World::TGUIKeyEvent Struct Reference

#include <World.h>

Public Member Functions

 TGUIKeyEvent ()=default
 

Public Attributes

int keycode = 0
 0=no Key. Otherwise, ASCII code. More...
 
bool modifierAlt = false
 
bool modifierCtrl = false
 
bool modifierShift = false
 
bool modifierSuper = false
 

Detailed Description

For usage in TUpdateGUIParams and update_GUI()

Definition at line 101 of file World.h.

Constructor & Destructor Documentation

mvsim::World::TGUIKeyEvent::TGUIKeyEvent ( )
default

Member Data Documentation

int mvsim::World::TGUIKeyEvent::keycode = 0

0=no Key. Otherwise, ASCII code.

Definition at line 103 of file World.h.

bool mvsim::World::TGUIKeyEvent::modifierAlt = false

Definition at line 106 of file World.h.

bool mvsim::World::TGUIKeyEvent::modifierCtrl = false

Definition at line 105 of file World.h.

bool mvsim::World::TGUIKeyEvent::modifierShift = false

Definition at line 104 of file World.h.

bool mvsim::World::TGUIKeyEvent::modifierSuper = false

Definition at line 107 of file World.h.


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


mvsim
Author(s):
autogenerated on Fri May 7 2021 03:05:52