mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 04:53:21 +08:00
Also block keyboard completely
This commit is contained in:
parent
3308f8f823
commit
67e7e371cc
@ -22,8 +22,11 @@ namespace osu.Game.Graphics.Containers
|
|||||||
|
|
||||||
protected virtual bool PlaySamplesOnStateChange => true;
|
protected virtual bool PlaySamplesOnStateChange => true;
|
||||||
|
|
||||||
|
protected override bool BlockPassThroughKeyboard => true;
|
||||||
|
|
||||||
private PreviewTrackManager previewTrackManager;
|
private PreviewTrackManager previewTrackManager;
|
||||||
|
|
||||||
|
|
||||||
protected readonly Bindable<OverlayActivation> OverlayActivationMode = new Bindable<OverlayActivation>(OverlayActivation.All);
|
protected readonly Bindable<OverlayActivation> OverlayActivationMode = new Bindable<OverlayActivation>(OverlayActivation.All);
|
||||||
|
|
||||||
protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
|
protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)
|
||||||
|
Loading…
Reference in New Issue
Block a user