NERvDN Library  0.2.0.20160420-0019
NERvLibrary - Nerve Gear Developer Network
NERvGear::MouseEvent::ModifyKey Union Reference

Public Member Functions

 ModifyKey (unsigned short wParam)
 

Public Attributes

unsigned short raw
 
struct {
   bool   LBUTTON: 1
 
   bool   RBUTTON: 1
 
   bool   SHIFT: 1
 
   bool   CONTROL: 1
 
   bool   MBUTTON: 1
 
   bool   XBUTTON_1: 1
 
   bool   XBUTTON_2: 1
 
   bool   RESERVED: 1
 
};