JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/GPU/ImGuiBackendMALI.H>
#include <jevois/Debug/Log.H>
#include <jevois/GPU/OpenGL.H>
#include <jevois/Util/Console.H>
#include <jevois/Util/Utils.H>
#include <imgui_impl_opengl3.h>
#include <imgui.h>
#include <linux/input.h>
#include <linux/kd.h>
#include <linux/keyboard.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <cctype>
#include <wchar.h>
#include <wctype.h>
Go to the source code of this file.
Macros | |
#define | EV_MAKE 1 |
#define | EV_BREAK 0 |
#define | EV_REPEAT 2 |
#define | NELEMS(x) (sizeof(x) / sizeof((x)[0])) |
#define EV_BREAK 0 |
Definition at line 42 of file ImGuiBackendMALI.C.
#define EV_MAKE 1 |
Definition at line 41 of file ImGuiBackendMALI.C.
#define EV_REPEAT 2 |
Definition at line 43 of file ImGuiBackendMALI.C.
#define NELEMS | ( | x | ) | (sizeof(x) / sizeof((x)[0])) |
Definition at line 45 of file ImGuiBackendMALI.C.