nngn
Loading...
Searching...
No Matches
input.lua File Reference

Functions

local function test_get_keys ()
 
local function test_input_i ()
 
local function test_input_b ()
 
local function test_input_c ()
 
local function test_input_c_follow ()
 
local function test_input_p ()
 
local function test_input_p_tab ()
 
local function test_input_p_alt ()
 
local function test_input_v ()
 
local function test_input_space ()
 
local function test_input_g ()
 
local function test_input_o ()
 
local function test_input_n ()
 
local function test_input_n_alt ()
 
local function test_input_l ()
 
local function test_input_z ()
 
local function test_input_s_control ()
 
local function test_input_m ()
 
local function test_menu_fairy ()
 
local function test_menu_light ()
 
local function test_menu_flashlight ()
 

Variables

local camera = require "nngn.lib.camera"
 
local common = require "tests/lua/common"
 
local entity = require "nngn.lib.entity"
 
local input = require "nngn.lib.input"
 
local math = require "nngn.lib.math"
 
local player = require "nngn.lib.player"
 
local textbox = require "nngn.lib.textbox"
 
local timing = require "nngn.lib.timing"
 
local utils = require "nngn.lib.utils"
 
local opengl
 

Function Documentation

◆ test_get_keys()

local function test_get_keys ( )

◆ test_input_b()

local function test_input_b ( )

◆ test_input_c()

local function test_input_c ( )

◆ test_input_c_follow()

local function test_input_c_follow ( )

◆ test_input_g()

local function test_input_g ( )

◆ test_input_i()

local function test_input_i ( )

◆ test_input_l()

local function test_input_l ( )

◆ test_input_m()

local function test_input_m ( )

◆ test_input_n()

local function test_input_n ( )

◆ test_input_n_alt()

local function test_input_n_alt ( )

◆ test_input_o()

local function test_input_o ( )

◆ test_input_p()

local function test_input_p ( )

◆ test_input_p_alt()

local function test_input_p_alt ( )

◆ test_input_p_tab()

local function test_input_p_tab ( )

◆ test_input_s_control()

local function test_input_s_control ( )

◆ test_input_space()

local function test_input_space ( )

◆ test_input_v()

local function test_input_v ( )

◆ test_input_z()

local function test_input_z ( )

◆ test_menu_fairy()

local function test_menu_fairy ( )

◆ test_menu_flashlight()

local function test_menu_flashlight ( )

◆ test_menu_light()

local function test_menu_light ( )

Variable Documentation

◆ camera

local camera = require "nngn.lib.camera"

◆ common

local common = require "tests/lua/common"

◆ entity

local entity = require "nngn.lib.entity"

◆ input

local input = require "nngn.lib.input"

◆ math

local math = require "nngn.lib.math"

◆ opengl

local opengl
Initial value:
= nngn:set_graphics(;
Graphics.opengl_params{maj = 3, min = 1, hidden = true})
Definition audio.cpp:7
local function math min(max, v)) end

◆ player

local player = require "nngn.lib.player"

◆ textbox

local textbox = require "nngn.lib.textbox"

◆ timing

local timing = require "nngn.lib.timing"

◆ utils

local utils = require "nngn.lib.utils"