SetTextInputDefaultControlsDisabled

Revision as of 13:49, 7 July 2012 by imported>QQuix (New page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(nothing) SetTextInputDefaultControlsDisabled disableDefaultControls:bool

Sets whether or not OBSE responds to control-key combos it recognizes, such as ctrl+(number) for changing the font.

While default controls are disabled, they will be passed to the function script registered with SetTextInputHandler or stored for retrieval using GetTextInputControlPressed.

This setting is reset when the text input menu is closed.