コード例 #1
0
ファイル: qtluautils.cpp プロジェクト: elq/torch5
static int
qt_doevents(lua_State *L)
{
  luaQ_doevents(L);
  return 0;
}
コード例 #2
0
ファイル: qtluautils.cpp プロジェクト: 2ndforks/torch7-custom
static int
qt_doevents(lua_State *L)
{
  luaQ_doevents(L, lua_toboolean(L, 1));
  return 0;
}