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.
use laptop trackpad to draw
use laptop trackpad to draw
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA
Re: use laptop trackpad to draw
I used a stylus on my trackpad in paint. I just clicked the pencil and using AHK to simulate holding the left mouse button:
I was able to draw with my stylus on the trackpad.
Code: Select all
^y::Send % "{Click " . ( GetKeyState("LButton") ? "Up}" : "Down}" )
I was able to draw with my stylus on the trackpad.
Re: use laptop trackpad to draw
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 48 guests