TUIItemsList Class

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

Unit: uUIElements
type TUIItemsList = class(TUIElementsList)

The TUIItemsList type exposes the following members.

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

Current

Returns default instance to "play" with

OnControlEnter

Top