Class TSoundInfoMenuItem
Unit
Declaration
type TSoundInfoMenuItem = class(TCastleOnScreenMenuItem)
Description
On-screen menu item that displays sound information. Simply add it to your TCastleOnScreenMenu like
OnScreenMenu.Add(TSoundInfoMenuItem.Create(OnScreenMenu));
Also be sure to assign Application.MainWindow, it is used as the window from which we show modal dialog box with sound information.
Hierarchy
- TObject
- TPersistent
- TComponent
- TCastleComponent
- TInputListener
- TCastleUserInterface
- TCastleOnScreenMenuItem
- TSoundInfoMenuItem
Overview
Methods
![]() |
procedure DoClick; override; |
![]() |
constructor Create(AOwner: TComponent); override; |
Description
Methods
![]() |
procedure DoClick; override; |
![]() |
constructor Create(AOwner: TComponent); override; |
Generated by PasDoc 0.16.0.

