TUIItemsList Class

This class manage the user interface elements and movements between them.

Unit: uUIElements
TInterfacedObject
  Gamolf.RTL.UIElements.TUIElementsList
    uUIElements.TUIItemsList
type TUIItemsList = class(TUIElementsList)

The TUIItemsList type exposes the following members.

Show:
 NameDescription
Create
Destroy
Top
Show:
 NameDescription
AddControl

Add a TControl to the current list of User Interface elements and the path to move around from keyboard arrows and a game controller DPad.

AddQuit

Add default shortkeys to quit the game : ESC, HardwareBack and gamepad "X" button

AddUIItem

Overloaded. (Inherited from Gamolf.RTL.UIElements.TUIElementsList .)

Current

Returns default instance to "play" with

ExtractItem
Focused
GamepadButtonDown
GamepadMove
GetElementByTagObject
GoToDown
GoToLeft
GoToRight
GoToUp
KeyDown
NewLayout
OnControlEnter

RemoveItem
RemoveLayout
Top