PGDisplayCursorMoveHandler

Type Alias PGDisplayCursorMoveHandler 

Source
pub type PGDisplayCursorMoveHandler = *mut DynBlock<dyn Fn()>;
Available on crate features PGDisplay and block2 only.
Expand description

A block that will be invoked to handle cursor movement.

See also Apple’s documentation