Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 441 Bytes

CPP Input System

A low level input system in C++ that can be used in your games

    Features
  • Check input
  • Input state machine
  • Multiple key presses detection for combos
  • Set Key binds with custom names and validations
  • Supports Mouse inputs

How to use

Download all files and include "InputManager.cpp" in your projects it will expose the neccasary functions