Skip to content

MainGui

Main overlay GUI.

Main menu of the ryu_ldn_nx Tesla overlay. Displays:The status section updates automatically every second (60 frames). Press R to force an immediate refresh.Settings are organized into submenus for better organization:

Type: *

Type: u32

Type: bool

Type: *

Type: *

Type: *

Type: *

void MainGui()
tsl::elm::Element * createUI()

Returns: tsl::elm::Element *

void update()
bool handleInput(u64 keysDown, u64 keysHeld, const HidTouchState & touchPos, HidAnalogStickState joyStickPosLeft, HidAnalogStickState joyStickPosRight)

Parameters:

  • keysDown (u64)
  • keysHeld (u64)
  • touchPos (const HidTouchState &)
  • joyStickPosLeft (HidAnalogStickState)
  • joyStickPosRight (HidAnalogStickState)

Returns: bool

void RefreshStatus()