nngn
|
Functions | |
void | register_callback (lua_State *L, Input *i, const char *f) |
void | register_callback (lua_State *L, BindingGroup *g, int key, Input::Selector s) |
QString | result_str (int key, bool press, int mods) |
QString | result_str (lua_State *L) |
Variables | |
constexpr int | KEY = 1 |
constexpr auto * | TEST_FUNC = "return function(...) key, press, mods = ... end" |
constexpr auto | PRESS = Input::Selector::PRESS |
constexpr auto | CTRL = Input::Selector::CTRL |
constexpr auto | ALT = Input::Selector::ALT |
constexpr auto | PRESS_CTRL = static_cast<Input::Selector>(PRESS | CTRL) |
constexpr auto | PRESS_ALT = static_cast<Input::Selector>(PRESS | ALT) |
constexpr auto | CTRL_ALT = static_cast<Input::Selector>(CTRL | ALT) |
constexpr auto | PRESS_CTRL_ALT |
const QString | not_called = result_str(0, 0, 0) |
void anonymous_namespace{input_test.cpp}::register_callback | ( | lua_State * | L, |
BindingGroup * | g, | ||
int | key, | ||
Input::Selector | s ) |
void anonymous_namespace{input_test.cpp}::register_callback | ( | lua_State * | L, |
Input * | i, | ||
const char * | f ) |
QString anonymous_namespace{input_test.cpp}::result_str | ( | lua_State * | L | ) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
const QString anonymous_namespace{input_test.cpp}::not_called = result_str(0, 0, 0) |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |