src/Configuration.h
branchv_0
changeset 7 039b3f8a3442
parent 6 1b17b8cdbfc3
child 8 b498160cc2ab
equal deleted inserted replaced
6:1b17b8cdbfc3 7:039b3f8a3442
    28 
    28 
    29 class Configuration {
    29 class Configuration {
    30 public:
    30 public:
    31 	bool listInputDevices = false;
    31 	bool listInputDevices = false;
    32 	bool listInputEvents = false;
    32 	bool listInputEvents = false;
       
    33 	bool listWindows = false;
    33 
    34 
    34 	virtual ~Configuration() {
    35 	virtual ~Configuration() {
    35 	}
    36 	}
    36 };
    37 };
    37 
    38