--- title: DOM events --- As we've briefly seen already, you can listen to any event on an element with the `on:` directive: ```html
The mouse position is {m.x} x {m.y}
```