Files

19 lines
465 B
Lua
Raw Permalink Normal View History

2026-03-03 13:56:44 +08:00
--------------------------------
-- @module EventKeyboard
-- @extend Event
-- @parent_module cc
--------------------------------
-- Constructor.<br>
-- param keyCode A given keycode.<br>
-- param isPressed True if the key is pressed.<br>
-- js ctor
-- @function [parent=#EventKeyboard] EventKeyboard
-- @param self
-- @param #int keyCode
-- @param #bool isPressed
-- @return EventKeyboard#EventKeyboard self (return value: cc.EventKeyboard)
return nil