InputDevice.poll

Polls the device for events.

class InputDevice
abstract @nogc nothrow
int
poll

Parameters

output InputEvent

InputEvents outputted by the

Return Value

Type: int

1 if there's still events to be polled, 0 if no events left. Other values are error codes.

Meta