refactoring of texture code into a 2D version first
This commit is contained in:
parent
2c4cc29f97
commit
753f51453f
6 changed files with 63 additions and 49 deletions
|
@ -32,6 +32,7 @@ void register_system_function(sol::state&, sol::table &ns)
|
|||
"mouse_position",sol::readonly_property(&input::mouse_position),
|
||||
"mouse_button",sol::readonly_property(&input::mouse_button),
|
||||
"mouse_pressed",sol::readonly_property(&input::mouse_pressed),
|
||||
"has_input",sol::readonly_property(&input::has_input),
|
||||
"input_string",sol::readonly_property(&input::input_string)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue