Windows 10 How to send "longpressed left mouse button" from a touchscreen

Mladpetko

New Member
Joined
Oct 21, 2019
Messages
1
Hello

I have a software that executes an action on long pressed left mouse button (long click). I want to use it on a touchscreen but long press sends either a single click or right mouse button (if enabled).

I spent a week reading but found almost nothing. Can someone help or point in the right direction


Thank you for any info
 

Solution
To enable long-press activation on a touchscreen for executing an action similar to a mouse button long click, you might need to consider the following: 1. Touchscreen Driver Settings: Check if your touchscreen drivers provide options to customize touch gestures. Some touchscreen drivers allow you to configure gestures like long press behaviors. Explore the driver settings to see if this functionality is available. 2. Touchscreen Software: Look for specific touchscreen software that enables custom touch behaviors. Some third-party touchscreen software might offer features to customize touch actions, including long press or tap-and-hold functionality. 3. Windows Accessibility Options: Windows has built-in accessibility...
To enable long-press activation on a touchscreen for executing an action similar to a mouse button long click, you might need to consider the following: 1. Touchscreen Driver Settings: Check if your touchscreen drivers provide options to customize touch gestures. Some touchscreen drivers allow you to configure gestures like long press behaviors. Explore the driver settings to see if this functionality is available. 2. Touchscreen Software: Look for specific touchscreen software that enables custom touch behaviors. Some third-party touchscreen software might offer features to customize touch actions, including long press or tap-and-hold functionality. 3. Windows Accessibility Options: Windows has built-in accessibility options that could help with custom touch behavior adjustments. Explore the Ease of Access settings to see if there are options related to touch functionality. 4. Third-Party Mouse Emulation Software: Consider using third-party software that emulates mouse actions based on touch gestures. These tools often provide customization options for touch behavior mapping. 5. Developer Tools: If you have access to developer resources or programming skills, you could potentially create a custom solution using development tools to map touch events to the desired action. 6. Touchscreen Calibration: Ensure that your touchscreen is properly calibrated to recognize touch input accurately. Calibration issues could affect touch sensitivity and behavior. 7. Consult the Manufacturer: Reach out to the manufacturer of the touchscreen or the software you are using to inquire about touch customization options. They might provide insights or updates that could address your needs. By exploring these options and potentially combining different solutions, you might be able to achieve the desired long-press action on your touchscreen for executing specific actions.
 

Solution
Back
Top