File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
layout : default
3
3
title : " Standard Library"
4
4
---
5
+ {% raw %}
5
6
6
7
# Standard Library
7
8
@@ -655,6 +656,10 @@ bind
655
656
<ul>
656
657
<li><strong>element</strong> - (optional) - the element to be monitored; includes clicks on any children within the element</li>
657
658
<li><strong>target</strong> - (optional) - the exact element to be monitored; does not include any children</li>
659
+ <li><strong>page-x</strong> - (optional) - the x-coordinate of the mouse pointer relative to the page</li>
660
+ <li><strong>page-y</strong> - (optional) - the y-coordinate of the mouse pointer relative to the page</li>
661
+ <li><strong>window-x</strong> - (optional) - the x-coordinate of the mouse pointer relative to the window</li>
662
+ <li><strong>window-y</strong> - (optional) - the y-coordinate of the mouse pointer relative to the page</li>
658
663
<li><strong>button</strong> - (optional) - the mouse button whose click is monitored; options are:
659
664
<ul>
660
665
<li>“left” - left mouse button; if no button argument is provided, this is the default</li>
@@ -1430,7 +1435,6 @@ The system library provides various system-level utilities for Eve.
1430
1435
</td>
1431
1436
<td>
1432
1437
<code>
1433
- {% raw %}
1434
1438
Commits a timer that ticks every 1000 milliseconds
1435
1439
1436
1440
```
@@ -1447,8 +1451,9 @@ search
1447
1451
bind
1448
1452
[ #ui/text text: "{{hours}}:{{minutes}}:{{seconds}}"]
1449
1453
```
1450
- {% endraw %}
1451
1454
</code>
1452
1455
</td>
1453
1456
</tr>
1454
- </table>
1457
+ </table>
1458
+
1459
+ {% endraw %}
You can’t perform that action at this time.
0 commit comments