input/mouse_input library
Enums
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/roware 1-based cell coordinates.