layout | title | permalink |
---|---|---|
page |
PCjs <mouse> Element |
/docs/pcjs/mouse/ |
<mouse>...</mouse>
Creates an instance of the Mouse component, which simulates the original Microsoft Serial Mouse.
-
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.
None.
<mouse serial="com1"/>
<div id="..." class="pc-mouse pc-component">
<div class="pc-container">
<div class="pcjs-mouse" data-value="id:'...',name:'...',serial:'...'>
</div>
</div>
</div>
[Return to PCjs Documentation]