79080615

Date: 2024-10-12 09:02:38
Score: 2
Natty:
Report link

The "2 clicks" is a problem; try capturing the points on "down and up" instead:

  1. Handle "PointerPressed" / Mouse down event; capture first point
  2. Handle PointerMoved / MouseMoved event, if necessary
  3. Handle "PointerReleased" / Mouse up event; capture 2nd point; draw line.

(Tap line to delete?)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Gerry Schmitz