Some fixes and added information regarding running the program
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#ifndef BRIGHTNESS_H
|
||||
#define BRIGHTNESS_H
|
||||
#include <fstream>
|
||||
|
||||
class Brightness
|
||||
{
|
||||
public:
|
||||
Brightness();
|
||||
~Brightness();
|
||||
|
||||
void grabBrightness();
|
||||
void grabMaxBrightness();
|
||||
@@ -13,6 +15,7 @@ public:
|
||||
static unsigned getMaxBrightness();
|
||||
|
||||
private:
|
||||
std::ifstream* readBrightnessValues;
|
||||
static unsigned currentBrightness;
|
||||
static unsigned maxBrightness;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user