|
KarmaEngine
Game Engine for practical learning and research purposes
|
This file contains input class and relevant data structures. More...
#include "krpch.h"#include "Karma/Log.h"#include "Karma/Events/Event.h"#include "Karma/Window.h"#include "Karma/KarmaUtilities.h"

Go to the source code of this file.
Classes | |
| struct | Karma::InputData |
| Base class for Input relevant data for the variety of platforms Karma supports. More... | |
| class | Karma::GameAction |
| class | Karma::Button |
| class | Karma::ControllerDevice |
| class | Karma::Input |
| Basic input class for game devices. More... | |
Enumerations | |
| enum class | Karma::InputRegisteringAPI { None = 0 , GlfwInput } |
| The input API being used by Karma. More... | |
This file contains input class and relevant data structures.
|
strong |