Button press

I would like to see buttons have a onPress and onRelease action. As it currently sits, its only on release.

I am making a dash/switch panel with Realdash and an arduino for my vehicle and would like to put my starter on the Realdash. As it current sits, i cannot use the buttons as momentary, just toggle.

I could have the button update when onPress (enabling digital pin) and on Release i could call an update as well(disabling digital pin).

Thanks.

It is possible to use button as momentary. Experiment with ‘Hold Value’ action associated with a button.