Skip to main content

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

Is it possible to retrieve the last pressed button on the plugin?
For example if I pressed B button, I want my model finger to stay on B button until I press another button.
At the moment it seems like the plugin treats button as keypress,  would be neat if it worked like how ThumbOnStick input does. 

Let me know if I wasn't being clear enough, I love this plugin for its simplicity and appreciate the last update for individual button register ^^

There actually is a way to achieve this!

Parameters are LThumbX and Y and RThumbX and Y (you have to press tab to view them).

Use them when ThumbOnStick is 0 and ABXY are at 0.

I guess you could even discard the ABXY parameters and use only Thumb parameters together with ButtonDown. Do what works best for you.