iupkey_open
Allows IUP keyboard definitions to be used in IupLua. This function must be run by the host program after iuplua_open. Please refer to the Keyboard Codes table for a list of possible values.
Parameters/Return
void iupkey_open(void); [in C for Lua 3] int iupkey_open(lua_State *L); [in C for Lua 5] iup.key_open() [in Lua 5]