AWT MouseMotionEvent类
1 什么是Java AWT MouseMotionEvent
MouseMotionEvent接口表示组件中发生了鼠标操作。当鼠标被拖动或移动时,这个低级事件由组件对象生成。
2 Java AWT MouseMotionEvent的语法
public class MouseMotionEvent
extends InputEvent
3 Java AWT MouseMotionEvent的方法
方法 | 描述 |
---|---|
void mouseDragged(MouseEvent e) | 在组件上按下鼠标按钮然后拖动时调用。 |
void mouseMoved(MouseEvent e) | 当鼠标光标移动到组件上但没有按下任何按钮时调用。 |
热门文章
优秀文章