Ir al contenido


Foto

[TRUCO DELPHI] Mover el puntero del Raton por Codigo.


  • Por favor identifícate para responder
No hay respuestas en este tema

#1 sir.dev.a.lot

sir.dev.a.lot

    Advanced Member

  • Miembros
  • PipPipPip
  • 545 mensajes
  • Location127.0.0.1

Escrito 10 diciembre 2016 - 03:59

[TRUCO DELPHI] Mover el puntero del Raton por Codigo.


delphi
  1. Var
  2. pt : TPoint;
  3. begin
  4. Application.ProcessMessages;
  5. GetCursorPos(pt);
  6. SetCursorPos(pt.x + 100, pt.y + 100);
  7. end;

Saludos!


  • 1




IP.Board spam blocked by CleanTalk.