Casio IT-2000D Bedienungsanleitung Seite 165

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 224
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 164
165
Acquisition of Input Acceptance Mode
Acquires the acceptance mode currently set.
SYNTAX
int KEY_GetInputMode(void);
INPUT
None
OUTPUT
KDC_MODEDOWN(0) DOWN-acceptance (default setting)
KDC_MODEUP(1) UP-acceptance
EXAMPLE
#include "padlib.h"
int retcode;
retcode = KEY_GetInputMode();
Refer to “KEY_SetInputMode” aslo.
Setting Coordinates Input Mode
Sets whether coordinate input is accepted.
SYNTAX
int KEY_SetCoordinateMode(int mode);
INPUT
mode = Number of the displayed keypad
0 Does not input coordinates (default setting).
1 Inputs coordinates.
OUTPUT
= 0 Normal termination
= -1 Input parameter error
EXAMPLE
#include "padlib.h"
int retcode;
retcode = KEY_SetCoordinateMode(0);
KEY_GetCoordinateMode
Seitenansicht 164
1 2 ... 160 161 162 163 164 165 166 167 168 169 170 ... 223 224

Kommentare zu diesen Handbüchern

Keine Kommentare