pub type PGDisplayCursorShowHandler = *mut DynBlock<dyn Fn(Bool)>;Available on crate features
PGDisplay and block2 only.Expand description
A block that will be invoked to handle cursor show/hide updates.
Parameter show: Flag indicating whether to show cursor glyph.
See also Appleās documentation