fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
InputActionHandler
fluid
io
action
Wraps an input action handler.
@
safe
struct
InputActionHandler (
alias
action
alias
actionHandler
) {
alias
method
=
actionHandler
;
alias
inputAction
=
action
;
static
InputActionID
inputActionID
();
}
Members
Aliases
inputAction
alias
inputAction
=
action
Type of the handler.
method
alias
method
=
actionHandler
Symbol handling the action.
Static functions
inputActionID
InputActionID
inputActionID
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
fluid
io
action
enums
isRetrievableResource
functions
castIfAcceptsInput
inputActionID
runInputActionHandler
interfaces
ActionIO
Actionable
structs
InputActionHandler
InputEvent
InputEventCode
templates
InputActionHandlers
inputEvents
isInputAction
Wraps an input action handler.