Ps2KeyboardHost  1.0.1
Allows you to read from one or more PS2-style keyboards on an Arduino.
ps2::UsbKeyAction Struct Reference

A translated PS2 keystroke - it indicates either a keydown, a key up, or that there should be no immediate action. More...

#include <ps2_UsbTranslator.h>

Public Types

enum  { KeyUp, KeyDown, None }
 

Public Attributes

uint8_t hidCode
 
enum ps2::UsbKeyAction:: { ... }  gesture
 

Detailed Description

A translated PS2 keystroke - it indicates either a keydown, a key up, or that there should be no immediate action.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
KeyUp 
KeyDown 
None 

Member Data Documentation

◆ gesture

enum { ... } ps2::UsbKeyAction::gesture

◆ hidCode

uint8_t ps2::UsbKeyAction::hidCode

The documentation for this struct was generated from the following file: