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

18 lines
450 B
Lua
Raw Normal View History

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