Drag[en]gine Script Module DragonScript 1.23
|
Activate microphone while window is shown. More...
Public Member Functions | |
ActivateMicrophoneWhileShown | new (Microphone microphone) |
Create listener with microphone to activate while window is shown. | |
void | onWidgetHidden (WidgetEvent event) |
Widget has been hidden. | |
void | onWidgetShown (WidgetEvent event) |
Widget has been shown. | |
Public Attributes | |
Microphone | pMicrophone |
Microphone | pRestoreMicrophone |
Activate microphone while window is shown.
Upon showing window stores current active microphone and activates the window one. Upon closing the window reactivates the previous microphone.
ActivateMicrophoneWhileShown Dragengine.Gui.WindowLogo.ActivateMicrophoneWhileShown.new | ( | Microphone | microphone | ) |
Create listener with microphone to activate while window is shown.
void Dragengine.Gui.WindowLogo.ActivateMicrophoneWhileShown.onWidgetHidden | ( | WidgetEvent | event | ) |
Widget has been hidden.
void Dragengine.Gui.WindowLogo.ActivateMicrophoneWhileShown.onWidgetShown | ( | WidgetEvent | event | ) |
Widget has been shown.
Microphone Dragengine.Gui.WindowLogo.ActivateMicrophoneWhileShown.pMicrophone |
Microphone Dragengine.Gui.WindowLogo.ActivateMicrophoneWhileShown.pRestoreMicrophone |