mirror of
https://github.com/keharriso/love-nuklear.git
synced 2025-09-11 00:27:48 -04:00
Merge master
This commit is contained in:
commit
2880f0532a
2 changed files with 43 additions and 4 deletions
|
@ -3793,12 +3793,12 @@ static int nk_love_input_is_mouse(int down)
|
|||
|
||||
static int nk_love_input_is_mouse_pressed(lua_State *L)
|
||||
{
|
||||
nk_love_input_is_mouse(nk_true);
|
||||
return nk_love_input_is_mouse(nk_true);
|
||||
}
|
||||
|
||||
static int nk_love_input_is_mouse_released(lua_State *L)
|
||||
{
|
||||
nk_love_input_is_mouse(nk_false);
|
||||
return nk_love_input_is_mouse(nk_false);
|
||||
}
|
||||
|
||||
static int nk_love_input_was_hovered(lua_State *L)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue