mirror of
https://git.shylie.info/shylie/glerminal.git
synced 2025-10-20 20:40:19 +00:00
Add mouse callbacks
This commit is contained in:
@@ -26,4 +26,10 @@ function glerminal.main(dt)
|
||||
end
|
||||
|
||||
glerminal.flush()
|
||||
end
|
||||
end
|
||||
|
||||
function glerminal.keypresse(key) end
|
||||
function glerminal.keyrelease(key) end
|
||||
function glerminal.mousemove(x, y) end
|
||||
function glerminal.mousepress(button, x, y) end
|
||||
function glerminal.mouserelease(button, x, y) end
|
Reference in New Issue
Block a user