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