BizHawk/BizHawk.Client.EmuHawk/tools/VirtualPads
adelikat d954512214 Virtual Pads - Analog Sticks - check min and max range before setting the value. Fixes #686 2016-09-21 10:13:30 -04:00
..
controls Virtual Pads - Analog Sticks - check min and max range before setting the value. Fixes #686 2016-09-21 10:13:30 -04:00
schema PCE-CD virtual pads 2016-07-10 22:13:40 -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 Polar Coord 2016-01-23 22:56:41 +01: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 * add a new IToolForm update mechanism which has extensible update points (so a tool can both pre- and post- update) 2016-08-13 15:31:26 -05:00
VirtualpadsTool.resx Virtualpads - some UI stuff 2014-06-26 20:24:30 +00:00