Last active
December 2, 2020 20:39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#rdxy tklistc | |
jsr tknew | |
#storeset views,1 | |
ldy #init_ | |
jsr getmethod | |
jsr sysjmp | |
#setobj16 this,tklctsz,listctsz ;List's content size | |
#setobj16 this,ctntaidx,listcnt ;List content at index | |
#setobj16 this,tklclik,listclik ;List was clicked | |
#setobj16 this,tklkeyp,listkeyp ;Key was pressed | |
#storeget views,0 | |
jsr ptrthis | |
ldy #setctnt_ | |
jsr getmethod | |
#storeget views,1 | |
jsr sysjump | |
ldy #setbar_ | |
jsr getmethod | |
ldx #0 ;Horizontal bar off | |
ldy #1 ;Vertical bar on | |
jsr sysjmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment