mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Update
This commit is contained in:
@@ -224,7 +224,7 @@ function RichInput.on_input(self, action_id, action)
|
||||
end
|
||||
end
|
||||
|
||||
if action_id == const.ACTION_LCTRL then
|
||||
if action_id == const.ACTION_LCTRL or action_id == const.ACTION_LCMD then
|
||||
if action.pressed then
|
||||
self.is_lctrl = true
|
||||
elseif action.released then
|
||||
|
@@ -71,9 +71,6 @@
|
||||
--- The text prefab node
|
||||
-- @tfield node text_prefab
|
||||
|
||||
--- The icon prefab node
|
||||
-- @tfield node icon_prefab
|
||||
|
||||
--
|
||||
|
||||
local component = require("druid.component")
|
||||
|
Reference in New Issue
Block a user