src/Configuration.h
branchv_0
changeset 8 b498160cc2ab
parent 7 039b3f8a3442
child 11 3948229234cd
equal deleted inserted replaced
7:039b3f8a3442 8:b498160cc2ab
    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 	bool listWindows = false;
       
    34 	bool listScreens = false;
    34 
    35 
    35 	virtual ~Configuration() {
    36 	virtual ~Configuration() {
    36 	}
    37 	}
    37 };
    38 };
    38 
    39