hi to anyone reading this, ive tried making a button that does something when its held down and came across the touchlongpress function. however, i find the time requirement for this function to trigger is way too long especially since im trying to make a fast paced game.
is there any way to reudce the time or any other alternatives (for mobile please!)?
something like:
Get Touch Begin input
Start counting
Get Touch End input
Check to see if the End time is x number of seconds after the input. If it is the time you want then perform the code you need to. If it’s not long enough don’t perform the code.