This commit is contained in:
Insality
2025-03-05 22:17:06 +02:00
parent 72692f5efc
commit 9bb7c6e8bd
54 changed files with 55 additions and 56 deletions

View File

@@ -3,7 +3,7 @@ local event = require("event.event")
local helper = require("druid.helper")
local component = require("druid.component")
---@class on_screen_input: druid.component
---@class examples.on_screen_input: druid.component
---@field druid druid.instance
---@field on_action event @()
---@field on_movement event @(x: number, y: number, dt: number) X/Y values are in range -1..1