mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Added hover text for output controller option
This commit is contained in:
parent
544a284ec3
commit
f9f72b1f4a
12
DS4Windows/DS4Forms/Options.Designer.cs
generated
12
DS4Windows/DS4Forms/Options.Designer.cs
generated
@ -122,7 +122,7 @@
|
||||
this.lbSwipeRight = new System.Windows.Forms.Label();
|
||||
this.gBOther = new System.Windows.Forms.GroupBox();
|
||||
this.OutContTypeCb = new System.Windows.Forms.ComboBox();
|
||||
this.label28 = new System.Windows.Forms.Label();
|
||||
this.outcontLb = new System.Windows.Forms.Label();
|
||||
this.btPollRateLabel = new System.Windows.Forms.Label();
|
||||
this.btPollRateComboBox = new System.Windows.Forms.ComboBox();
|
||||
this.enableTouchToggleCheckbox = new System.Windows.Forms.CheckBox();
|
||||
@ -1319,7 +1319,7 @@
|
||||
//
|
||||
this.gBOther.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.gBOther.Controls.Add(this.OutContTypeCb);
|
||||
this.gBOther.Controls.Add(this.label28);
|
||||
this.gBOther.Controls.Add(this.outcontLb);
|
||||
this.gBOther.Controls.Add(this.btPollRateLabel);
|
||||
this.gBOther.Controls.Add(this.btPollRateComboBox);
|
||||
this.gBOther.Controls.Add(this.enableTouchToggleCheckbox);
|
||||
@ -1351,10 +1351,10 @@
|
||||
resources.ApplyResources(this.OutContTypeCb, "OutContTypeCb");
|
||||
this.OutContTypeCb.Name = "OutContTypeCb";
|
||||
//
|
||||
// label28
|
||||
// outcontLb
|
||||
//
|
||||
resources.ApplyResources(this.label28, "label28");
|
||||
this.label28.Name = "label28";
|
||||
resources.ApplyResources(this.outcontLb, "outcontLb");
|
||||
this.outcontLb.Name = "outcontLb";
|
||||
//
|
||||
// btPollRateLabel
|
||||
//
|
||||
@ -4777,6 +4777,6 @@
|
||||
private System.Windows.Forms.CheckBox rsSquStickCk;
|
||||
private System.Windows.Forms.CheckBox lsSquStickCk;
|
||||
private System.Windows.Forms.ComboBox OutContTypeCb;
|
||||
private System.Windows.Forms.Label label28;
|
||||
private System.Windows.Forms.Label outcontLb;
|
||||
}
|
||||
}
|
@ -2284,6 +2284,8 @@ namespace DS4Windows
|
||||
case "bnR3": root.lbLastMessage.Text = Properties.Resources.RightClickPresets; break;
|
||||
case "btPollRateLabel": root.lbLastMessage.Text = Properties.Resources.BTPollRate; break;
|
||||
case "btPollRateComboBox": root.lbLastMessage.Text = Properties.Resources.BTPollRate; break;
|
||||
case "outcontLb": root.lbLastMessage.Text = Properties.Resources.OutContNotice; break;
|
||||
case "OutContTypeCb": root.lbLastMessage.Text = Properties.Resources.OutContNotice; break;
|
||||
case "nUDSixaxis": root.lbLastMessage.Text = Properties.Resources.UseControllerForMapping; break;
|
||||
case "cBControllerInput": root.lbLastMessage.Text = Properties.Resources.UseControllerForMapping; break;
|
||||
case "lbUseController": root.lbLastMessage.Text = Properties.Resources.UseControllerForMapping; break;
|
||||
|
File diff suppressed because it is too large
Load Diff
9
DS4Windows/Properties/Resources.Designer.cs
generated
9
DS4Windows/Properties/Resources.Designer.cs
generated
@ -1408,6 +1408,15 @@ namespace DS4Windows.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Choose the type of output virtual controller (Applies on profile save).
|
||||
/// </summary>
|
||||
public static string OutContNotice {
|
||||
get {
|
||||
return ResourceManager.GetString("OutContNotice", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -814,4 +814,7 @@
|
||||
<data name="_checked" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\checked.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="OutContNotice" xml:space="preserve">
|
||||
<value>Choose the type of output virtual controller (Applies on profile save)</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in New Issue
Block a user