Doxygen Samurai Engine 0.0.1
Doxygen Samurai Engine Documentation
Loading...
Searching...
No Matches
shortcutApi.h File Reference
#include <unordered_map>
#include <string>
#include "input/input.h"
Include dependency graph for shortcutApi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  samurai::ShortcutManager
 
struct  samurai::ShortcutManager::Shortcut
 

Namespaces

namespace  samurai
 

Functions

bool samurai::shortcut (const samurai::Input &input, const char *shortcut)
 
bool samurai::MenuItem (const samurai::Input &input, const char *label, const char *shortcut, bool *p_selected, bool enabled)
 
std::string samurai::normalizeShortcutName (const char *shortcut)
 
void samurai::initShortcutApi ()