BizHawk/BizHawk.Client.EmuHawk/tools/VirtualPads
adelikat 599c6a9fa5 virtual pad support for GB 3x and 4x 2020-05-05 16:43:22 -05:00
..
controls Use inheritance instead of Type for PadSchema controls 2020-03-31 21:40:36 +10:00
schema virtual pad support for GB 3x and 4x 2020-05-05 16:43:22 -05: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 Revert previous fix which didn't work and set DisplayName properly 2020-03-31 23:42:43 +10:00
VirtualPad.resx Virtualpads - more reorg 2014-06-22 14:43:59 +00:00
VirtualpadsTool.Designer.cs Migrate serialised images to separate files, removing duplicates 2019-12-07 05:24:24 +10:00
VirtualpadsTool.cs Use inheritance instead of Type for PadSchema controls 2020-03-31 21:40:36 +10:00
VirtualpadsTool.resx Migrate serialised images to separate files, removing duplicates 2019-12-07 05:24:24 +10:00