AgateLib.InputLib.KeyModifiers Struct Reference

Structure which keeps track of modifier keys applied to other keys. More...

List of all members.

Public Member Functions

 KeyModifiers (bool alt, bool control, bool shift)
 Constructs a KeyModifiers structure with the given state of the alt, control and shift keys.

Properties

bool Alt [get, set]
 Gets or sets the state of the Alt key.
bool Control [get, set]
 Gets or sets the state of the Control key.
bool Shift [get, set]
 Gets or sets the state of the Shift key.


Detailed Description

Structure which keeps track of modifier keys applied to other keys.


Constructor & Destructor Documentation

AgateLib.InputLib.KeyModifiers.KeyModifiers ( bool  alt,
bool  control,
bool  shift 
)

Constructs a KeyModifiers structure with the given state of the alt, control and shift keys.

Parameters:
alt 
control 
shift 


Property Documentation

bool AgateLib.InputLib.KeyModifiers.Alt [get, set]

Gets or sets the state of the Alt key.

bool AgateLib.InputLib.KeyModifiers.Control [get, set]

Gets or sets the state of the Control key.

bool AgateLib.InputLib.KeyModifiers.Shift [get, set]

Gets or sets the state of the Shift key.


The documentation for this struct was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo