[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
SetTextInputDefaultControlsDisabled
Jump to navigation
Jump to search
< [[::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.