BizHawk/BizHawk.Client.EmuHawk/tools/VirtualPads
James Groom 90b0574bc3
Remove unnecessary calls to ToList (e.g. in foreach)
squashed PR #1591
2019-10-13 15:50:57 +00:00
..
controls It was a bug 2019-06-14 16:26:31 +00:00
schema Vectrex: a bit more controller and frame cleanup 2019-07-10 06:58:41 -04:00
VirtualPad.Designer.cs Apparently UserControls that are created dynamically need AutoScaleMode.Font. UserControls placed via the designer should use AutoScaleMode.Inherit. Actually it seems possible to get around the problems of dynamically created UserControls (including the need to manually scale the positions/sizes) by moving their creation into the constructor after InitializeComponent, adding SuspendLayout before InitializeComponent, and adding ResumeLayout after UserControl creation. But I don't want to risk moving the code around too much. 2014-12-31 05:34:21 +00:00
VirtualPad.cs Remove unnecessary calls to ToList (e.g. in foreach) 2019-10-13 15:50:57 +00:00
VirtualPad.resx Virtualpads - more reorg 2014-06-22 14:43:59 +00:00
VirtualpadsTool.Designer.cs Convert Virtualpads to IToolFormAutoConfig 2015-01-01 18:42:08 +00:00
VirtualpadsTool.cs Use string interpolation 2019-03-19 00:06:37 +10:00
VirtualpadsTool.resx Virtualpads - some UI stuff 2014-06-26 20:24:30 +00:00