[][src]Module gameboard::cursor

Simple cursor implementation.

You don't have to use this module. This implementation is very simple. Cursor handles 4 base movements and marks current position with background color. If you need more sophisticated cursor behavior, implement your own cursor.

Structs

Cursor

Cursor structure.

Enums

Direction

Cursor move direction.