Quick question, as I’ve never understood this. Why is it that when using the awt MouseListener if you hold down a mouse button mousePressed() only fires once, where as when using awt KeyboardListener if you hold down a key keyPressed() fires once and then after a delay repeatedly fires events?
More specifically why doesn’t the mousePressed() fire multiple events when held down?