Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
KeyAction.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  rtp
 
namespace  rtp::client
 R-Type client namespace.
 

Enumerations

enum class  rtp::client::KeyAction {
  rtp::client::MoveUp , rtp::client::MoveDown , rtp::client::MoveLeft , rtp::client::MoveRight ,
  rtp::client::Shoot , rtp::client::Reload , rtp::client::Pause , rtp::client::Menu
}
 Actions that can be bound to keys. More...