Added keyboard shortcut for mouse wheel
This commit is contained in:
@@ -889,6 +889,12 @@ GUIGUIOptnsKeys:
|
|||||||
jne .guioptn6
|
jne .guioptn6
|
||||||
xor byte[JoyPad1Move],1
|
xor byte[JoyPad1Move],1
|
||||||
.guioptn6
|
.guioptn6
|
||||||
|
%ifdef __WIN32__
|
||||||
|
cmp dh,'H'
|
||||||
|
jne .guioptn7
|
||||||
|
xor byte[MouseWheel],1
|
||||||
|
.guioptn7
|
||||||
|
%endif
|
||||||
ret
|
ret
|
||||||
|
|
||||||
GUISoundKeys:
|
GUISoundKeys:
|
||||||
|
|||||||
@@ -4782,7 +4782,7 @@ DisplayGUIOptns:
|
|||||||
%ifdef __WIN32__
|
%ifdef __WIN32__
|
||||||
GUIOuttextwin2 10,26,173,GUIGUIOptnsTextE
|
GUIOuttextwin2 10,26,173,GUIGUIOptnsTextE
|
||||||
GUIOuttextwin2 10,26,183,GUIGUIOptnsTextF
|
GUIOuttextwin2 10,26,183,GUIGUIOptnsTextF
|
||||||
GUIOuttextwin2 10,138,28,GUIGUIOptnsTextJ
|
GUIOuttextwin2u 10,138,28,GUIGUIOptnsTextJ,1
|
||||||
%endif
|
%endif
|
||||||
mov byte[GUIGUIOptnsText6],'R'
|
mov byte[GUIGUIOptnsText6],'R'
|
||||||
GUIOuttextwin2 10,16,123,GUIGUIOptnsText6
|
GUIOuttextwin2 10,16,123,GUIGUIOptnsText6
|
||||||
|
|||||||
Reference in New Issue
Block a user