The issue does not appear with Paint or The WhiteBoard but only with LC.
(I am using a tablet PC with its own stylus, no pad)
Search found 3 matches
- Tue Nov 17, 2020 9:34 am
- Forum: Talking LiveCode
- Topic: Stylus event in LC
- Replies: 6
- Views: 4649
- Mon Nov 16, 2020 8:51 am
- Forum: Talking LiveCode
- Topic: Stylus event in LC
- Replies: 6
- Views: 4649
Re: Stylus event in LC
I used this code : local nowDrawing on mouseDoubleUp set the points of graphic "line" to empty end mouseDoubleUp on mouseDown put true into nowDrawing set the points of graphic "line" to the points of graphic "line" & cr & the mouseLoc end mouseDown on mouseMove if nowDrawing then set the points of ...
- Fri Nov 13, 2020 9:42 am
- Forum: Talking LiveCode
- Topic: Stylus event in LC
- Replies: 6
- Views: 4649
Stylus event in LC
Hello, I would like to know if it is possible to capture the stylus event under LiveCode. With the transition of my application from win7 to win10 there is a slight latency between the mouseDown and mouseMove event. This creates inconvenience when a fast handwriting. Have you ever observed this phen...