Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Access to 'Show Cursor Info' when developing a game

A topic by goliard created 27 days ago Views: 79 Replies: 2
Viewing posts 1 to 2

"Show Cursor Info" is available when accessing the Tool menu item in Widgets mode. Is there any way I can use this data when developing some kind of app in Decker?

(+1)

Yes!

In your code you can access the pointer interface, which lets you get details about the position and state of the mouse cursor. There's details in the Decker Reference Manual. https://beyondloom.com/decker/decker.html#pointerinterface

Thank you so much!