Member of ML.SDK.MLStreamingBrowser
Method
void MLStreamingBrowser.PassInput(string key, bool isDown)
void MLStreamingBrowser.PassInput(string key, bool isDown);
Parameters
Parameter | Type | Description |
---|---|---|
key | string | The key name |
isDown | bool | If the key input was down. |
Returns
Summary
Pass input keyboard input to the browser. Useful for creating interface to a online game, or tool that currently loaded by browser.