use laptop trackpad to draw

Talk about anything
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

use laptop trackpad to draw

20 May 2017, 14:20

Is it possible to use a laptop trackpad to draw?

It works with a finger but not with other physical objects. What's so special about a finger? Why doesn't it work with other physical objects.

Thanks for reading.
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
LAPIII
Posts: 668
Joined: 01 Aug 2021, 06:01

Re: use laptop trackpad to draw

11 Oct 2022, 17:42

I used a stylus on my trackpad in paint. I just clicked the pencil and using AHK to simulate holding the left mouse button:

Code: Select all

^y::Send % "{Click " . ( GetKeyState("LButton") ? "Up}" : "Down}" )

I was able to draw with my stylus on the trackpad.
relaxman
Posts: 2
Joined: 22 Oct 2022, 08:31

Re: use laptop trackpad to draw

22 Oct 2022, 08:41

A trackpad requires a change in capacitance to identify the coordinates. Physical objects don't create this and therefore it won't work.

Return to “Off-topic Discussion”

Who is online

Users browsing this forum: No registered users and 39 guests