1#ifndef MouseKeyDeregistrationCommand_H
2#define MouseKeyDeregistrationCommand_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 MouseKeyDeregistrationCommand.cpp:6
EventType eventType
The event type to deregister.
Definition MouseKeyDeregistrationCommand.h:49
MouseKeyDeregistrationCommand(Inputable *in, AZUL_MOUSE k, EventType e)
Constructor for MouseKeyDeregistrationCommand.
Definition MouseKeyDeregistrationCommand.cpp:4
Inputable * ptrIn
Pointer to the Inputable object.
Definition MouseKeyDeregistrationCommand.h:39
AZUL_MOUSE key
The key to deregister.
Definition MouseKeyDeregistrationCommand.h:44