WiP
This commit is contained in:
parent
fdf7714d11
commit
b2b12b64ab
4 changed files with 73 additions and 51 deletions
|
@ -18,7 +18,8 @@ void script_system::load(sol::table &ns)
|
|||
"new", sol::no_constructor,
|
||||
"get",&input::get,
|
||||
"mouse_position",sol::readonly_property(&input::mouse_position),
|
||||
"mouse_button",sol::readonly_property(&input::mouse_button)
|
||||
"mouse_button",sol::readonly_property(&input::mouse_button),
|
||||
"input_string",sol::readonly_property(&input::input_string)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue