BizHawk/BizHawk.Client.EmuHawk/tools/VirtualPads
alyosha-tas ead1d8d08c GGHawkLink: Virtual Pad 2019-02-10 08:59:28 -06:00
..
controls Saturn - virtualpad support for 3d controller, however, analog stick needs some fixes to support the large analog range of the stick 2017-06-11 14:45:18 -05:00
schema GGHawkLink: Virtual Pad 2019-02-10 08:59:28 -06: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 fix crash in snes virtualpad when mouse is used 2017-07-09 11:40:55 -05: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 TAStudio: Squish some more exceptions 2018-10-19 12:35:14 +10:30
VirtualpadsTool.resx Virtualpads - some UI stuff 2014-06-26 20:24:30 +00:00