input/mouse_input library

Enums

MouseAction

Functions

encodeMouse(int button, MouseAction action, int col, int row, {bool shift = false, bool alt = false, bool ctrl = false, required int modeFlags}) Uint8List?
Encodes a mouse event to terminal bytes, or null if not reportable in the current mode. col/row are 1-based cell coordinates.