0 of 0

File information

Last updated

Original upload

Created by

SoleVaultBoy

Uploaded by

SoleVaultBoy

Virus scan

Safe to use

About this mod

Provides a simple text field that can be used to listen for user text input.

Requirements
Permissions and credits
Changelogs
Donations
Features
  • A simple text field that can be used to listen for user text input
  • Supports multi-line text and auto-wrapping
  • Customizable default title and text
  • Default strings are already translated
  • Matches the HUD's color schema
  • Performant and thread-safe

Code Example
Spoiler:  
Show
Event OnQuestInit()
SimpleTextField.Open(self, "OnButtonPress")
EndEvent

Function OnButtonPress(string asText)
Debug.Trace("Text: " + asText)
EndFunction


Notes
  • You can use the Tab key, or the Left Trigger on controller, to switch the focus between the text field and the button
  • Controller users need to switch to the keyboard to enter text
  • The menu has been tested on a 16:9 display, users with a different aspect ratio can let me know how it looks on their screen