JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
input_event_state Struct Reference

#include <jevois/GPU/ImGuiBackendMALI.H>

Helper struct to key track of key states.

Definition at line 35 of file ImGuiBackendMALI.H.

Public Attributes

int altgr:1
 
int alt:1
 
int shift:1
 
int ctrl:1
 
int meta:1
 

Member Data Documentation

◆ alt

int input_event_state::alt

Definition at line 38 of file ImGuiBackendMALI.H.

◆ altgr

int input_event_state::altgr

Definition at line 37 of file ImGuiBackendMALI.H.

◆ ctrl

int input_event_state::ctrl

Definition at line 40 of file ImGuiBackendMALI.H.

◆ meta

int input_event_state::meta

Definition at line 41 of file ImGuiBackendMALI.H.

◆ shift

int input_event_state::shift

Definition at line 39 of file ImGuiBackendMALI.H.


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