1#ifndef KeyDeregistrationCommand_H
2#define KeyDeregistrationCommand_H
5#include "KeyboardEventManager.h"
Defines the base class for all command objects.
EventType
Enum class representing the types of input events.
Definition EventType.h:19
Base class for all command objects.
Definition CommandBase.h:19
void Execute() override
Executes the deregistration command for the key event.
Definition KeyDeregistrationCommand.cpp:6
EventType eventType
The event type to deregister.
Definition KeyDeregistrationCommand.h:49
KeyDeregistrationCommand(Inputable *in, AZUL_KEY k, EventType e)
Constructor for KeyDeregistrationCommand.
Definition KeyDeregistrationCommand.cpp:4
Inputable * ptrIn
Pointer to the Inputable object.
Definition KeyDeregistrationCommand.h:39
AZUL_KEY key
The key to deregister.
Definition KeyDeregistrationCommand.h:44