Files
cpython/Modules
Serhiy Storchaka 306d7a7649 gh-152325: Add curses.has_mouse() and curses.window.mouse_trafo() (GH-152484)
has_mouse() reports whether the mouse driver was successfully initialized.

window.mouse_trafo(y, x, to_screen) converts a coordinate pair between
window-relative and screen-relative coordinates, returning the (y, x) pair or
None if it lies outside the window.  Together these complete the curses mouse
interface.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 14:09:03 +00:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.