Variable InputEventHandlers.actionHandler
struct InputEventHandlers
{
// ...
void delegate(const(InputEventAction)) const actionHandler
;
// ...
}
struct InputEventHandlers
{
// ...
void delegate(const(InputEventAction)) const actionHandler
;
// ...
}