tolua_event.h

来自「tolua++是一个对lua进行封装调用的工具」· C头文件 代码 · 共 25 行

H
25
字号
/* tolua: event functions** Support code for Lua bindings.** Written by Waldemar Celes** TeCGraf/PUC-Rio** Apr 2003** $Id: $*//* This code is free software; you can redistribute it and/or modify it.** The software provided hereunder is on an "as is" basis, and** the author has no obligation to provide maintenance, support, updates,** enhancements, or modifications.*/#ifndef TOLUA_EVENT_H#define TOLUA_EVENT_H#include "tolua++.h"TOLUA_API void tolua_moduleevents (lua_State* L);TOLUA_API int tolua_ismodulemetatable (lua_State* L);TOLUA_API void tolua_classevents (lua_State* L);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?