
Mouse events are dispatched to the top level window that they occur in. If two overlapping windows contain the mouse position, the event is passed to the focused window.
Key events are directly passed to the focused component. If they are not consumed by that component, they are passed to the top level window that contains the component.
Public Member Functions | |
| void | processKeyEvent (KeyEvent &evt) |
| see class documentation | |
| void | processMouseEvent (MouseEvent &evt) |
| see class documentation | |
|
|
see class documentation
Implements ONE::util::KeyListener. |
|
|
see class documentation
Implements ONE::util::MouseListener. |
1.4.3