AlpacaLibary  1.63
A closed source C++ bot for OSRS
Internal::MouseEvent Class Reference

#include <MouseEvent.hpp>

Inheritance diagram for Internal::MouseEvent:
Internal::Object

Public Member Functions

 MouseEvent (const void *Object)
 
 MouseEvent (Object Source, std::int32_t ID, std::int64_t When, std::int32_t Modifiers, std::int32_t X, std::int32_t Y, std::int32_t ClickCount, bool PopupTrigger, std::int32_t Button)
 
 MouseEvent ()=default
 
 MouseEvent (MouseEvent &&Obj)=default
 
 MouseEvent (const MouseEvent &Obj)=default
 
MouseEventoperator= (MouseEvent &&Obj)=default
 
MouseEventoperator= (const MouseEvent &Obj)=default
 
- Public Member Functions inherited from Internal::Object
 Object (const void *Obj=nullptr)
 
 Object (Object &&Obj)
 
 Object (const Object &Obj)
 
Objectoperator= (Object &&Obj)
 
Objectoperator= (const Object &Obj)
 
bool operator== (const Object &O) const
 
bool operator!= (const Object &O) const
 
 operator bool () const
 
 operator void * () const
 
bool Equals (Object O) const
 
bool InstanceOf (Class C) const
 
virtual ~Object ()
 

Additional Inherited Members

- Public Attributes inherited from Internal::Object
void * Obj = nullptr
 

Detailed Description

Definition at line 9 of file MouseEvent.hpp.

Constructor & Destructor Documentation

◆ MouseEvent() [1/5]

Internal::MouseEvent::MouseEvent ( const void *  Object)

◆ MouseEvent() [2/5]

Internal::MouseEvent::MouseEvent ( Object  Source,
std::int32_t  ID,
std::int64_t  When,
std::int32_t  Modifiers,
std::int32_t  X,
std::int32_t  Y,
std::int32_t  ClickCount,
bool  PopupTrigger,
std::int32_t  Button 
)

◆ MouseEvent() [3/5]

Internal::MouseEvent::MouseEvent ( )
default

◆ MouseEvent() [4/5]

Internal::MouseEvent::MouseEvent ( MouseEvent &&  Obj)
default

◆ MouseEvent() [5/5]

Internal::MouseEvent::MouseEvent ( const MouseEvent Obj)
default

Member Function Documentation

◆ operator=() [1/2]

MouseEvent& Internal::MouseEvent::operator= ( const MouseEvent Obj)
default

◆ operator=() [2/2]

MouseEvent& Internal::MouseEvent::operator= ( MouseEvent &&  Obj)
default

The documentation for this class was generated from the following file: