IBNOS
Public Attributes | List of all members
keyEvent Struct Reference

#include <keyboard.h>

Collaboration diagram for keyEvent:
Collaboration graph
[legend]

Public Attributes

bool pressed
 
struct keyModifier modifiers
 
uint16_t keyCode
 

Detailed Description

Definition at line 462 of file keyboard.h.

Member Data Documentation

◆ keyCode

uint16_t keyEvent::keyCode

key modifier map (shift, ctrl, ...)

Definition at line 466 of file keyboard.h.

◆ modifiers

struct keyModifier keyEvent::modifiers

was key pressed or released?

Definition at line 465 of file keyboard.h.

◆ pressed

bool keyEvent::pressed

Definition at line 464 of file keyboard.h.


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