Update docs from Cryville.Input.
This commit is contained in:
@@ -50,11 +50,18 @@
|
||||
<summary>
|
||||
Occurs when a new input frame is sent.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>There is no guarantee that frames are sent in the time order.</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="E:Cryville.Input.InputHandler.OnBatch">
|
||||
<summary>
|
||||
Occurs when an input batch is finished sending.
|
||||
</summary>
|
||||
<remarks>
|
||||
<para>This event occurs when the device can guarantee that all the active identifiers have sent all their frames before the given timestamp. There may be input frames with later timestamps sent before this event occurs. If an input identifier does not appears between two subsequent <see cref="E:Cryville.Input.InputHandler.OnBatch" /> events, then there is no update on it.</para>
|
||||
<para>However, there is no guarantee that this event will occur when no input identifier is active.</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="M:Cryville.Input.InputHandler.Finalize">
|
||||
<inheritdoc />
|
||||
@@ -128,9 +135,12 @@
|
||||
</member>
|
||||
<member name="M:Cryville.Input.InputHandler.Batch(System.Double)">
|
||||
<summary>
|
||||
Marks the end of the current input batch and starts a new batch.
|
||||
Marks the end of an input batch.
|
||||
</summary>
|
||||
<param name="time">The timestamp of the input batch in seconds.</param>
|
||||
<remarks>
|
||||
<para>See <see cref="E:Cryville.Input.InputHandler.OnBatch" /> for more information.</para>
|
||||
</remarks>
|
||||
</member>
|
||||
<member name="T:Cryville.Input.InputIdentifier">
|
||||
<summary>
|
||||
|
Reference in New Issue
Block a user