pollInputs

Polls all input devices one by one.

@nogc nothrow
int
pollInputs
(
ref InputEvent output
)

Parameters

output InputEvent

The input event is returned here.

Return Value

Type: int

1 if there's more, 0 if all input events have been processed, or a specific error code.

Meta