mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +09:00
Disallow copying from OsuPasswordTextBox.
This commit is contained in:
parent
ae1d51bc9b
commit
ef13cdbff7
@ -14,6 +14,8 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
{
|
{
|
||||||
protected override Drawable GetDrawableCharacter(char c) => new PasswordMaskChar(CalculatedTextSize);
|
protected override Drawable GetDrawableCharacter(char c) => new PasswordMaskChar(CalculatedTextSize);
|
||||||
|
|
||||||
|
public override bool AllowClipboardExport => false;
|
||||||
|
|
||||||
public class PasswordMaskChar : Container
|
public class PasswordMaskChar : Container
|
||||||
{
|
{
|
||||||
private CircularContainer circle;
|
private CircularContainer circle;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user