| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .. | ||
| README.md | ||
| layout | title | permalink | redirect_from | |
|---|---|---|---|---|
| page | PCx86 <mouse> Element | /docs/pcx86/mouse/ |
|
PCx86 Mouse Component
Format
<mouse>...</mouse>
Purpose
Creates an instance of the Mouse component, which simulates the original Microsoft Serial Mouse.
Attributes
-
serial (required)
Specifies the id of the Serial component that the mouse must be connected to.
As support for more types of mouse hardware are added, new attributes will be added. Also supports the attributes of Component.
Bindings
None.
Example
<mouse serial="com1"/>
Output
<div id="..." class="pc-mouse pc-component">
<div class="pc-container">
<div class="pcx86-mouse" data-value="id:'...',name:'...',serial:'...'>
</div>
</div>
</div>
[Return to PCx86 Documentation]