Contents

flushCursor

Perform any needed cache flushing after software cursor rendering.

Declaration

virtual void flushCursor(
 void );

Overview

IOFramebuffer implements software cursor functionality when a hardware cursor is unavailable. Some hardware may need to flush a cache after the processor has finished lifting and dropping the software cursor.

See Also

Miscellaneous