AlpacaLibary  1.63
A closed source C++ bot for OSRS
Antiban.hpp
Go to the documentation of this file.
1 #ifndef ANTIBAN_HPP_INCLUDED
2 #define ANTIBAN_HPP_INCLUDED
3 
4 #include <cstdint>
5 
6 namespace Antiban
7 {
9  void MouseOffClient(bool LoseFocus = true);
10  void SetClientSize(std::int32_t Width, std::int32_t Height);
12 }
13 
14 #endif // ANTIBAN_HPP_INCLUDED
void LoseFocus()
void LoseClientFocus()
void MouseOffClient(bool LoseFocus=true)
void SetClientSize(std::int32_t Width, std::int32_t Height)
void MaximizeClient()