04-11-2023, 08:19 PM
(This post was last modified: 04-11-2023, 08:20 PM by TempodiBasic.)
CONST QB64 = QB64pe
Hi QB64 coders
QB64 developers
QB64 members of community
in what manner do you manage modern input mouse like touchpad of notebook?
Today new notebooks have customized input from touchpad with 2 or 3 or 4 fingers on it ....
how to catch and manage these new mouse input?
Where do you find and use the code for managing these modern mouse input?
In the old '80-'90 it was the new frontier managing mouse input (see call interrupt &H33, call absolute with binary code into an array), today the input with multiple fingers from a touchpad or another kind of input device is the new frontier.
I have get no good search result on stackoverflow.
Thanks for feedback boys and girls of QB64pe
Hi QB64 coders
QB64 developers
QB64 members of community
in what manner do you manage modern input mouse like touchpad of notebook?
Today new notebooks have customized input from touchpad with 2 or 3 or 4 fingers on it ....
how to catch and manage these new mouse input?
Where do you find and use the code for managing these modern mouse input?
In the old '80-'90 it was the new frontier managing mouse input (see call interrupt &H33, call absolute with binary code into an array), today the input with multiple fingers from a touchpad or another kind of input device is the new frontier.
I have get no good search result on stackoverflow.
Thanks for feedback boys and girls of QB64pe