runInputActionHandler
- bool runInputActionHandler(T action, bool delegate(T action) @(safe) handler)
- bool runInputActionHandler(T action, void delegate(T action) @(safe) handler)
- bool runInputActionHandler(T , bool delegate() @(safe) handler)
- bool runInputActionHandler(T , void delegate() @(safe) handler)
@safe
bool
runInputActionHandler
- bool runInputActionHandler(T action, IO io, int number, bool delegate(T action, R resource) @(safe) handler)
- bool runInputActionHandler(T action, IO io, int number, void delegate(T action, R resource) @(safe) handler)
- bool runInputActionHandler(T , IO io, int number, bool delegate(R resource) @(safe) handler)
- bool runInputActionHandler(T , IO io, int number, void delegate(R resource) @(safe) handler)
- bool runInputActionHandler(T action, IO , int , bool delegate(T action) @(safe) handler)
- bool runInputActionHandler(T action, IO , int , void delegate(T action) @(safe) handler)
- bool runInputActionHandler(T , IO , int , bool delegate() @(safe) handler)
- bool runInputActionHandler(T , IO , int , void delegate() @(safe) handler)
- bool runInputActionHandler(T aggregate, InputActionID actionID, bool isActive)
- bool runInputActionHandler(T aggregate, IO io, int number, InputActionID actionID, bool isActive)
fluid io action
enumsfunctionsinterfacesstructstemplates
Helper function to run an input action handler through one of the possible overloads.