mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Added resources, and changed slightly how wrappers expose functions.
This commit is contained in:
@@ -80,7 +80,7 @@ namespace sdl
|
||||
|
||||
luax_register_gc(L, "love.keyboard", instance);
|
||||
|
||||
return luax_register_module(L, wrap_Keyboard_functions, 0);
|
||||
return luax_register_module(L, wrap_Keyboard_functions, 0, "keyboard");
|
||||
}
|
||||
|
||||
} // sdl
|
||||
|
||||
Reference in New Issue
Block a user