Provides access to the registration related functions of Inputable. More...
#include <InputableAttorney.h>
Static Private Member Functions | |
static void | KeyRegistration (Inputable *in, AZUL_KEY k, EventType e) |
Registers the key for the Inputable object. | |
static void | KeyDeregistration (Inputable *in, AZUL_KEY k, EventType e) |
Deregisters the key for the Inputable object. | |
static void | MouseKeyRegistration (Inputable *in, AZUL_MOUSE m, EventType e) |
Registers the key for the Inputable object. | |
static void | MouseKeyDeregistration (Inputable *in, AZUL_MOUSE m, EventType e) |
Deregisters the key for the Inputable object. | |
Friends | |
class | KeyRegistrationCommand |
class | KeyDeregistrationCommand |
class | MouseKeyRegistrationCommand |
class | MouseKeyDeregistrationCommand |
Provides access to the registration related functions of Inputable.