dragAndDropInWindow

🔍 Prototype

mouse.dragAndDropInWindow(hwnd, from_x, from_y, to_x, to_y, ctrl, alt, shift)

📝 Paramètres

Paramètre
Type
Description
  • hwnd

  • HWND

  • Identifiant de la fenêtre à récupérer avec l'une des méthodes window.

  • from_x, from_y

  • int, int

  • Les coordonnées du départ, relatives à la fenêtre (et non pas à l'écran).

  • to_x, to_y

  • int, int

  • Les coordonnées de la fin, relatives à la fenêtre (et non pas à l'écran).

  • ctrl

  • bool

  • Pour indiquer si la touche CTRL devrait être appuyée.

  • alt

  • bool

  • Pour indiquer si la touche ALT devrait être appuyée.

  • shift

  • bool

  • Pour indiquer si la touche SHIFT devrait être appuyée.

🔙 Retour

Type
Description

Dernière mise à jour