checkbox sounds, app launch sounds
This commit is contained in:
1
uidev/assets/sound/wgui_checkbox_check.mp3
Symbolic link
1
uidev/assets/sound/wgui_checkbox_check.mp3
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../wlx-overlay-s/src/assets/sound/wgui_checkbox_check.mp3
|
||||
1
uidev/assets/sound/wgui_checkbox_uncheck.mp3
Symbolic link
1
uidev/assets/sound/wgui_checkbox_uncheck.mp3
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../wlx-overlay-s/src/assets/sound/wgui_checkbox_uncheck.mp3
|
||||
@@ -70,14 +70,16 @@ impl TestbedDashboard {
|
||||
}
|
||||
|
||||
impl Testbed for TestbedDashboard {
|
||||
fn update(&mut self, mut params: TestbedUpdateParams) -> anyhow::Result<()> {
|
||||
fn update(&mut self, params: TestbedUpdateParams) -> anyhow::Result<()> {
|
||||
let res = self.frontend.update(FrontendUpdateParams {
|
||||
data: &mut (), /* nothing */
|
||||
width: params.width,
|
||||
height: params.height,
|
||||
timestep_alpha: params.timestep_alpha,
|
||||
})?;
|
||||
params.process_layout_result(res);
|
||||
self
|
||||
.frontend
|
||||
.process_update(res, params.audio_system, params.audio_sample_player)?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user