Skip to content

Commit b1a57cf

Browse files
committed
Document mouse wheel scrolling in README and About dialog
Add full documentation to About dialog
1 parent 9567203 commit b1a57cf

File tree

4 files changed

+58
-35
lines changed

4 files changed

+58
-35
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ N64 texture ripper and editor
2424
* Left-click to advance offset by the entire image
2525
* Hold Ctrl modifier to reverse by entire image
2626
* Hold Shift modifier to advance/reverse by one pixel (varies by format)
27+
* Mouse wheel to scroll up/down by rows of image
2728
* Click "Insert..." to import image in place at current offset (does not overwrite file)
2829
* Click "Save" to overwrite opened file
2930

Texture64/AboutBox.Designer.cs

Lines changed: 46 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Texture64/AboutBox.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public AboutBox()
2626
this.labelProductName.Text = AssemblyProduct;
2727
this.labelVersion.Text = String.Format("Version {0}", AssemblyVersion);
2828
this.labelCopyright.Text = AssemblyCopyright;
29-
this.textBoxDescription.Text = AssemblyDescription;
29+
this.labelDescription.Text = AssemblyDescription;
3030
}
3131

3232
#region Assembly Attribute Accessors

Texture64/AboutBox.resx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,16 @@
143143
9kX4/4VKTycB8TMoZrLGnfEE4aeeMkHTPkn8yoQPgWklTOYHC72ABDyaXyX6LwZebY73xLeYfOiB917U
144144
11WYgDw1n8ZP9/sHaa9Rln66hJYAAAAASUVORK5CYII=
145145
</value>
146+
</data>
147+
<data name="textBox1.Text" xml:space="preserve">
148+
<value>Usage:
149+
• Right-click image to extract to image file (.png, .jpg, .bmp)
150+
• Left-click to advance offset by the entire image
151+
• Hold Ctrl modifier to reverse by entire image
152+
• Hold Shift modifier to advance/reverse by one pixel (varies by format)
153+
• Mouse wheel to scroll up/down by rows of image
154+
• Click "Insert..." to import image in place at current offset (does not overwrite file)
155+
• Click "Save" to overwrite opened file</value>
146156
</data>
147157
<metadata name="timerAnimate.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
148158
<value>17, 17</value>

0 commit comments

Comments
 (0)