Unified all input types into a single flexible type
This commit is contained in:
parent
56a85cdab5
commit
8866b299fb
4 changed files with 66 additions and 86 deletions
|
@ -21,7 +21,7 @@ namespace Mist {
|
|||
Input(Util::Config * cfg);
|
||||
virtual int run();
|
||||
virtual void onCrash();
|
||||
virtual void argumentsParsed(){}
|
||||
virtual int boot(int argc, char * argv[]);
|
||||
virtual ~Input() {};
|
||||
|
||||
virtual bool needsLock(){return true;}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue