When having a button or toggle or check or whatever, the normal press behaviour is that if you press an element, that element keeps the focus and when moving the mouse no other press will start.
To demonstrate it visually:
The brightest color is when I press, if I move the mouse the other buttons don’t light up cause press does not trigger cause a button is already pressed.
One exception is when having a matrix:
Here you want the press to trigger, no matter if another element is being pressed.
First I named this touch, so touch is basically hover and the mouse down.
The problem with that name is that it sounds like a touchscreen event like you do with a mobile phone or tablet. So I was wondering if people know a good name for this kind of action.
The name should avoid the word mouse.