Device cycle keyboard shortcuts implemented.

This commit is contained in:
n-a-c-h
2006-03-27 00:14:07 +00:00
parent a4844ab4b0
commit 0874c49534
2 changed files with 6 additions and 0 deletions

View File

@@ -3269,6 +3269,9 @@ DisplayGUIAddOnClick:
GUIPButtonHole 100,43,byte[device2],2
GUIPButtonHole 100,53,byte[device2],3
GUIPButtonHole 100,63,byte[device2],4
DGOptnsProcBox 19,76,[KeyExtraEnab1]
DGOptnsProcBox 110,76,[KeyExtraEnab2]
ret
DisplayGUIChipClick:

View File

@@ -4285,6 +4285,9 @@ DisplayGUIAddOns: ;Select Special Controllers
GUIDisplayButtonHoleTu 17,100,53,byte[device2],3,GUIAddOnText6,0
GUIDisplayButtonHoleTu 17,100,63,byte[device2],4,GUIAddOnText7,0
.endEE
DDrawBox 17,18,75,[KeyExtraEnab1]
DDrawBox 17,109,75,[KeyExtraEnab2]
ret
SECTION .data