Release 0.86

master
Kasi 2018-08-25 04:27:27 +01:00
parent 7f702963de
commit ff9c914a02
2 changed files with 24 additions and 33 deletions

View File

@ -94,44 +94,35 @@ class Profile
static std::string GetProxyUsername(); static std::string GetProxyUsername();
static std::string GetProxyPassword(); static std::string GetProxyPassword();
void SetRawInteractableMean(std::int32_t Mean); static void SetRawInteractableMean(std::int32_t Mean);
std::int32_t GetRawInteractableMean(); static std::int32_t GetRawInteractableMean();
void SetRawInteractableDeviation(double Deviation); static void SetRawInteractableDeviation(double Deviation);
double GetRawInteractableDeviation(); static double GetRawInteractableDeviation();
void SetRawMoveMean(std::int32_t Mean);
std::int32_t GetRawMoveMean();
void SetRawMoveDeviation(double Deviation);
double GetRawMoveDeviation();
void SetRawMouseDownMean(std::int32_t Mean);
std::int32_t GetRawMouseDownMean();
void SetRawMouseDownDeviation(double Deviation);
double GetRawMouseDownDeviation();
void SetRawMouseUpMean(std::int32_t Mean);
std::int32_t GetRawMouseUpMean();
void SetRawMouseUpDeviation(double Deviation);
double GetRawMouseUpDeviation();
void SetRawKeyDownMean(std::int32_t Mean);
std::int32_t GetRawKeyDownMean();
void SetRawKeyDownDeviation(double Deviation);
double GetRawKeyDownDeviation();
void SetRawKeyUpMean(std::int32_t Mean);
std::int32_t GetRawKeyUpMean();
void SetRawKeyUpDeviation(double Deviation);
double GetRawKeyUpDeviation();
static void SetRawMoveMean(std::int32_t Mean);
static std::int32_t GetRawMoveMean();
static void SetRawMoveDeviation(double Deviation);
static double GetRawMoveDeviation();
static void SetRawMouseDownMean(std::int32_t Mean);
static std::int32_t GetRawMouseDownMean();
static void SetRawMouseDownDeviation(double Deviation);
static double GetRawMouseDownDeviation();
static void SetRawMouseUpMean(std::int32_t Mean);
static std::int32_t GetRawMouseUpMean();
static void SetRawMouseUpDeviation(double Deviation);
static double GetRawMouseUpDeviation();
static void SetRawKeyDownMean(std::int32_t Mean);
static std::int32_t GetRawKeyDownMean();
static void SetRawKeyDownDeviation(double Deviation);
static double GetRawKeyDownDeviation();
static void SetRawKeyUpMean(std::int32_t Mean);
static std::int32_t GetRawKeyUpMean();
static void SetRawKeyUpDeviation(double Deviation);
static double GetRawKeyUpDeviation();
}; };

Binary file not shown.