HoverPointer.fetch

If the given system is a Hover I/O system, fetch a hover pointer.

Given data must be valid; the I/O must be a HoverIO instance and the number must be a valid pointer number.

struct HoverPointer
static
Optional!HoverPointer
fetch
(,
int number
)

Parameters

io IO

I/O system to use.

number int

Valid pointer number assigned by the I/O system.

Return Value

Type: Optional!HoverPointer

Hover pointer under given number.

Meta