summaryrefslogtreecommitdiff
path: root/opcodes/button.xml
blob: 74028dca9c8834076388d0a5411d75451eea1b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<refentry id="button">
<indexterm id="IndexButton"><primary>button</primary></indexterm>
  <refentryinfo><title>Instrument Control:Sensing and Control</title></refentryinfo>
  <refmeta>
    <refentrytitle>button</refentrytitle>
  </refmeta>


 
  <refnamediv>
    <refname>button</refname>
 
    <refpurpose>
      Sense on-screen controls.
          </refpurpose>
  </refnamediv>
 
  <refsect1>
    <title>Description</title>
    <para>
      Sense on-screen controls. Requires Winsound or TCL/TK.
    </para>
  </refsect1>
 
  <refsect1>
    <title>Syntax</title>
    <synopsis>kres <command>button</command> knum</synopsis>
  </refsect1>
 
  <refsect1>
    <title>Performance</title>
    <para>
      <emphasis>kres</emphasis> -- value of the button control. If the button has been pushed since the last k-period, then return 1, otherwise return 0. 
    </para>

    <para>
      <emphasis>knum</emphasis> -- the number of the button. If it does not exist, it is made on-screen at initialization.
    </para>
  </refsect1>

  <refsect1>
    <title>See Also</title>
      <para>
        <link linkend="checkbox"><citetitle>checkbox</citetitle></link>
      </para>
  </refsect1>
 
  <refsect1>
    <title>Credits</title>
    <para>
      <simplelist>
        <member>Author: &namejohn;</member>
        <member>University of Bath, Codemist. Ltd.</member>
        <member>Bath, UK</member>
        <member>September 2000</member>
      </simplelist>
    </para>

    <para>New in Csound version 4.08</para>
 </refsect1>
</refentry>