6#ifndef INCLUDE_VULKANENGINE_KEYBOARDINPUT_H_
7#define INCLUDE_VULKANENGINE_KEYBOARDINPUT_H_
19 enum KeyStatus { PRESSED, RELEASED, REPEAT, NO_STATUS };
37 std::map<int, KeyInfo> key_status_map;
Provides an abstract interface for window implementations.
Definition: Window.h:20
TODO development of this class is in progress.
Definition: Attribute.h:13