Algorithm for XWii2
^^^^^^^^^^^^^^^^^^^
[1] Load a config file into an ActionSet object

[2] Initialize wiiuse library and start polling to get event callbacks

[3] The Event Callback fills out an InputState object

[4] For each initialized action in the ActionSet object, whether or not is 
    should be performed is determined by checking its condition against the 
    InputState object.
    
    Action is then performed if necessary.
    
    ActionSet Class can be extended to include all sorts of combinations and 
    such.
