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
{
8
void
LoseClientFocus
();
9
void
MouseOffClient
(
bool
LoseFocus
=
true
);
10
void
SetClientSize
(std::int32_t Width, std::int32_t Height);
11
void
MaximizeClient
();
12
}
13
14
#endif
// ANTIBAN_HPP_INCLUDED
LoseFocus
void LoseFocus()
Antiban
Definition:
Antiban.hpp:7
Antiban::LoseClientFocus
void LoseClientFocus()
Antiban::MouseOffClient
void MouseOffClient(bool LoseFocus=true)
Antiban::SetClientSize
void SetClientSize(std::int32_t Width, std::int32_t Height)
Antiban::MaximizeClient
void MaximizeClient()
Include
Game
Tools
Antiban.hpp
Generated by
1.9.1