Public Member Functions | Static Public Member Functions | List of all members
HPS.ModifierKeys Struct Reference

Public Member Functions

 ModifierKeys (ModifierKeys other)
 
override bool Equals (object obj)
 
bool Equals (ModifierKeys p)
 
override int GetHashCode ()
 
bool None ()
 
bool Shift ()
 
bool Control ()
 
bool Alt ()
 
bool Meta ()
 
void Shift (bool in_state)
 
void Control (bool in_state)
 
void Alt (bool in_state)
 
void Meta (bool in_state)
 

Static Public Member Functions

static bool operator== (ModifierKeys b1, ModifierKeys b2)
 
static bool operator!= (ModifierKeys b1, ModifierKeys b2)
 
static ModifierKeys operator+ (ModifierKeys b1, ModifierKeys b2)
 
static ModifierKeys operator- (ModifierKeys b1, ModifierKeys b2)
 
static ModifierKeys KeyShift ()
 
static ModifierKeys KeyControl ()
 
static ModifierKeys KeyAlt ()
 
static ModifierKeys KeyMeta ()
 

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