axmol/cocos/scripting/lua-bindings/auto/api/EventKeyboard.lua

18 lines
450 B
Lua

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