We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GraphicsControl.Text
1 parent 5e52b0a commit d9877a4Copy full SHA for d9877a4
1 file changed
src/BizHawk.Bizware.Graphics.Controls/GraphicsControl.cs
@@ -4,6 +4,9 @@ namespace BizHawk.Bizware.Graphics.Controls
4
{
5
public abstract class GraphicsControl : Control
6
7
+ protected GraphicsControl()
8
+ => base.Text = "Render target"; // for screen readers
9
+
10
/// <summary>
11
/// Allows the control to tear when out of vsync
12
/// Only relevant for D3D11Control currently
0 commit comments