Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi! Is there a way to disable the touch and hold input on a touch screen? I disabled it from windows, but it still registers as a hold in this app. It's kinda annoying as I use a couple of... holdable (? buttons

(1 edit)

Deck Hopper listens to pointer events on Windows devices, and to touch events on mobile devices. There’s no touch and hold event it natively listens to. So, if the context menu is popping up, that’s because Windows is telling it to register it as a right click button. I’m not sure how I’d go about disabling it without preventing the whole context menu from showing up.