We have provided an array of buttons that one
finds on physical and virtual interfaces. The different buttons
are:
FISButton |
A simple momentary button |
| FISButtonAttach |
A momentary button with repeat-on-down functionality
and the ability to attach button graphics by linkage ID |
| FISButtonRepeater |
A momentary button with repeat-on-down functionality |
| FISButtonString |
A button that displays a text string |
| FISButtonToggle |
A two-state toggle button (up and down) |
| FISButtonRepSE |
A momentary button with repeat-on-down functionality
like FISButtonRepeater,
but it is designed as a demonstration of how to include our
state engine into a component, so you should use FISButtonRepeater
or FISButtonAttach
for anything serious. |
|