We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c707678 commit 2f595bfCopy full SHA for 2f595bf
XMapLibSharp/Form1.cs
@@ -13,6 +13,8 @@
13
14
namespace XMapLibSharp
15
{
16
+ /* If the file is a bit long, try using the outlining feature of VS to collapse the member functions (methods) to definitions.
17
+ right click -> outlining -> collapse to definitions */
18
public partial class Form1 : Form
19
20
private const int DELAY_REDRAW_MS = 1000; // a whole second
@@ -29,7 +31,6 @@ public partial class Form1 : Form
29
31
private readonly Color CLR_NORMAL = Color.DarkSeaGreen;
30
32
private readonly XMapLibWrapper mapper;
33
private XMapLibStickMap currentXMapLibStick = XMapLibStickMap.RIGHT;
- //private Button? currentSelectedPresetButton = null;
34
private List<KeymapPreset> presets = new();
35
public Form1()
36
0 commit comments