Added keyboard shortcut for mouse wheel

This commit is contained in:
pagefault
2001-05-20 03:43:51 +00:00
parent 31551674c2
commit caa174ee3a
2 changed files with 7 additions and 1 deletions

View File

@@ -889,6 +889,12 @@ GUIGUIOptnsKeys:
jne .guioptn6
xor byte[JoyPad1Move],1
.guioptn6
%ifdef __WIN32__
cmp dh,'H'
jne .guioptn7
xor byte[MouseWheel],1
.guioptn7
%endif
ret
GUISoundKeys:

View File

@@ -4782,7 +4782,7 @@ DisplayGUIOptns:
%ifdef __WIN32__
GUIOuttextwin2 10,26,173,GUIGUIOptnsTextE
GUIOuttextwin2 10,26,183,GUIGUIOptnsTextF
GUIOuttextwin2 10,138,28,GUIGUIOptnsTextJ
GUIOuttextwin2u 10,138,28,GUIGUIOptnsTextJ,1
%endif
mov byte[GUIGUIOptnsText6],'R'
GUIOuttextwin2 10,16,123,GUIGUIOptnsText6