BizHawk/BizHawk.Client.EmuHawk/config/ControllerConfig
zeromus 7651f418fe usably functional libretro player 2015-11-07 00:14:59 -06:00
..
AnalogBindControl.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
AnalogBindControl.cs remove redundant code throughout the emuhawk project 2014-06-29 02:28:48 +00:00
AnalogBindControl.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00
AnalogBindPanel.cs remove redundant code throughout the emuhawk project 2014-06-29 02:28:48 +00:00
ControllerConfigPanel.Designer.cs usably functional libretro player 2015-11-07 00:14:59 -06:00
ControllerConfigPanel.cs Controller Config - use AutoScroll on tab pages, and fix anchoring of the Misc. button 2015-01-02 23:04:02 +00:00
ControllerConfigPanel.resx Rename Multiclient folder 2013-11-03 04:05:56 +00:00