OnClientBrowserInputFocusChanged

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Accessories-text-editor.png Script Example Missing Event OnClientBrowserInputFocusChanged needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

This event is triggered when the input focus inside a browser has changed.

Parameters

bool gainedFocus
  • gainedFocus: true if an input field has been focused, false if it has lost focus.

Source

The browser element.

Example


See Also