• Contents
  • Index
  • Search
  • Introduction
    • A lire avant de commencer
  • Les fonctions
    • Particularité pour Windows
    • KeyboardEx.begin()
    • KeyboardEx.setOS(...)
    • KeyboardEx.setDelay(...)
    • Afficher des caractères
      • print[ln](...)
      • press(...) release(...)
      • setPrefixHex(...)
      • printHex[ln](...)
      • setTab(...)
      • setReturn(...)
      • setBackspace(...)
      • setNotation(...)
      • setPrecision(...)
    • Fonctions Windows Alt Code
      • altcodeWin[ln](...)
    • Les Valeurs Keycodes
      • press(...) release(...) write(...)
    • Le pavé numérique
      • printKeypad[ln](...)
      • setNotation(...)
      • setPrecision(...)
      • pressKeypad() et releaseKeypad()
    • Les raccourcis clavier
      • keyCombi()
    • Fonctions particulières
      • setAlign(...)
      • character()
      • nbByte()
      • scancode()
      • asciEx()
      • isLayout()
      • isAsciiEx()
      • isDeadKey()
      • isSimpleKey()
      • isComposeKey()
      • isAltCode()
      • printScancode[ln](...) pressScancode(...) et releaseScancode(...)
    • Traitement ASCII étendu
      • printAsciiEx[ln](...)
      • pressAsciiEx(...) et releaseAsciiEx(...)
      • getAsciiEx(...)
      • altcodeWinEx[ln](...)
  • Fichiers inclus dans Exemple_KeyboardEx_tinyUSB.zip
    • Exemple_KeyboardEx_tinyUSB
    • KeyboardEx.h
    • KeyboardEx.cpp
  • Historique