Skip to content

Commit

Permalink
Renamed Keyboard.show to Keyboard.start to match documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Apr 19, 2020
1 parent 60401c5 commit 3c25b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/luaKeyboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static int lua_clear(lua_State *L){

//Register our Keyboard Functions
static const luaL_Reg Keyboard_functions[] = {
{"show", lua_setup},
{"start", lua_setup},
{"getState", lua_state},
{"getInput", lua_input},
{"clear", lua_clear},
Expand Down

0 comments on commit 3c25b5f

Please sign in to comment.