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

#include <KeyEvent.hpp>

Inheritance diagram for Internal::KeyEvent:
Internal::Object

Public Member Functions

 KeyEvent (const void *Obj)
 
 KeyEvent (Object Source, std::int32_t ID, std::int64_t When, std::int32_t Modifiers, std::int32_t KeyCode, std::uint16_t KeyChar, std::int32_t KeyLocation)
 
 KeyEvent ()=default
 
 KeyEvent (KeyEvent &&Obj)=default
 
 KeyEvent (const KeyEvent &Obj)=default
 
KeyEventoperator= (KeyEvent &&Obj)=default
 
KeyEventoperator= (const KeyEvent &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 KeyEvent.hpp.

Constructor & Destructor Documentation

◆ KeyEvent() [1/5]

Internal::KeyEvent::KeyEvent ( const void *  Obj)

◆ KeyEvent() [2/5]

Internal::KeyEvent::KeyEvent ( Object  Source,
std::int32_t  ID,
std::int64_t  When,
std::int32_t  Modifiers,
std::int32_t  KeyCode,
std::uint16_t  KeyChar,
std::int32_t  KeyLocation 
)

◆ KeyEvent() [3/5]

Internal::KeyEvent::KeyEvent ( )
default

◆ KeyEvent() [4/5]

Internal::KeyEvent::KeyEvent ( KeyEvent &&  Obj)
default

◆ KeyEvent() [5/5]

Internal::KeyEvent::KeyEvent ( const KeyEvent Obj)
default

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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