gui2: removed debug widgets and functions (buttons work now).
This commit is contained in:
@@ -26,19 +26,6 @@
|
||||
; @clobbers any, !Z
|
||||
|
||||
Button_OnTouch:
|
||||
#if 0
|
||||
push zl
|
||||
push zh
|
||||
bigcall Widget_GetApp
|
||||
mov zl, r18
|
||||
mov zh, r19
|
||||
ldi r16, GUIAPP_SIGNAL_DEBUG
|
||||
clr r17
|
||||
bigcall OBJ_HandleSignal
|
||||
pop zh
|
||||
pop zl
|
||||
#endif
|
||||
|
||||
rcall Widget_GetSdramPtr ; Y:=SDRAM data for widget
|
||||
|
||||
; read touch signal data from X
|
||||
|
||||
Reference in New Issue
Block a user