source: buchla-68k/orig/DOC/FNVARS.TXT

Last change on this file was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 1.3 KB
Line 
1curmove = ____________ short (*curmove)() cursor mover
2cx_key = ____________ short (*cx_key)() x rate calculation
3cx_upd = ____________ short (*cx_upd)() x update
4cy_key = ____________ short (*cy_key)() y rate calculation
5cy_upd = ____________ short (*cy_upd)() y update
6d_key = ____________ short (*d_key)() in-field data key processor
7e_key = ____________ short (*e_key)() E key processor
8itxput = ____________ short (*itxput)() instrument menu text put function
9m_key = ____________ short (*m_key)() M key processor
10not_fld = ____________ short (*not_fld)() not-in-field data key processor
11oldsw = ____________ PFS (*oldsw)[] saved swpt value
12swpt = ____________ PFS (*swpt)[] switch dispatch table pointer
13vt_adv = ____________ short (*vt_adv)() vtyper data cursor advance function
14vt_bsp = ____________ short (*vt_bsp)() vtyper data cursor backspace function
15vt_dsp = ____________ short (*vt_dsp)() vtyper display function
16vt_stop = ____________ short (*vt_stop)() vtyper exit function
17x_key = ____________ short (*x_key)() X key processor
18xk_dn = ____________ short (*xk_dn)() x cursor - finger on (down)
19xk_up = ____________ short (*xk_up)() x cursor - finger off (up)
20yk_dn = ____________ short (*yk_dn)() y cursor - finger on (down)
21yk_up = ____________ short (*yk_up)() y cursor - finger off (up)
Note: See TracBrowser for help on using the repository browser.