Skip to main content
Member of ML.SDK.MLStreamingBrowser
Method

void MLStreamingBrowser.PassInput(string key, bool isDown)

 void MLStreamingBrowser.PassInput(string key, bool isDown);

Parameters

ParameterTypeDescription
keystringThe key name
isDownboolIf the key input was down.

Returns

void

Summary

Pass input keyboard input to the browser. Useful for creating interface to a online game, or tool that currently loaded by browser.