Initial commit (a clone of the jsmachines project as of v1.15.3)
This commit is contained in:
commit
a5e3e6a59d
714 changed files with 130602 additions and 0 deletions
40
docs/pcjs/mouse/README.md
Normal file
40
docs/pcjs/mouse/README.md
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
<mouse>
|
||||
===
|
||||
|
||||
PCjs *Mouse* XML Specification
|
||||
---
|
||||
|
||||
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](/docs/pcjs/component/)*.
|
||||
|
||||
Bindings
|
||||
---
|
||||
None.
|
||||
|
||||
Example
|
||||
---
|
||||
<mouse serial="com1"/>
|
||||
|
||||
Output
|
||||
---
|
||||
<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](..)]
|
||||
Loading…
Reference in a new issue