- Cursor hidden on fullscreen
This commit is contained in:
@@ -47,7 +47,9 @@ function _update()
|
|||||||
if val >= 10 then val = 2 end
|
if val >= 10 then val = 2 end
|
||||||
zoom(val)
|
zoom(val)
|
||||||
elseif btnp(KEY_F3) then
|
elseif btnp(KEY_F3) then
|
||||||
fullscreen(not fullscreen())
|
local fs = fullscreen()
|
||||||
|
fullscreen(not fs)
|
||||||
|
cursor(fs)
|
||||||
end
|
end
|
||||||
|
|
||||||
if (game_update) game_update() end
|
if (game_update) game_update() end
|
||||||
|
|||||||
Reference in New Issue
Block a user