Sorry, not sure if this should go here or in the input channel, but I'm using Input 5 and can't seem to get double clicking to work. I think I must have misunderstood something because:
`_right_double = input_check_double("right");
show_debug_message(_right_double);`
never returns true. It does otherwise seem to be set up right as this is working as intended:
_right = input_check("right");