finger event taphold

finger event taphold

Hello everyone I have a question you can capture the state of the finger or mouse during taphold

for example $(document).on("taphold",".div",function(e){
if the finger is still pressing { alert("down"); }
if the finger is still up { alert("up"); }
});