Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « curses » Python 3.11.3

Fonction mouseinterval - module curses

Signature de la fonction mouseinterval

def mouseinterval(interval) 

Description

help(curses.mouseinterval)

Set and retrieve the maximum time between press and release in a click.

  interval
    Time in milliseconds.

Set the maximum time that can elapse between press and release events in
order for them to be recognized as a click, and return the previous interval
value.