No touch event for touch screen pc?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Gokudomatic2
:warning: Old Version Published before Godot 3 was released.

I know that android and iphone can get touch input events. But is there a way to capture touch inputs on a pc with touch screen (like the Surface)? All I read are mouse inputs.

I do my tests on a HP Pavilion x360 (old model) with Windows 10 and Godot v2.1.1

PS: My objective is to use multi touch on pc. I also checked the 2 fields “device” and “ID”, but I observe that with the mouse_motion event it’s impossible to detect multiple fingers.

Gokudomatic2 | 2016-12-27 06:45

Godot is supposed to register events of type InputEvent.SCREEN_TOUCH on Windows, if you can’t see them, that could be a bug.

eons | 2016-12-28 01:25