Home
last modified time | relevance | path

Searched refs:ioport_manager_type (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/frontend/mame/
H A Dluaengine.cpp1956 …auto ioport_manager_type = sol().registry().create_simple_usertype<ioport_manager>("new", sol::no_… in initialize() local
1957 ioport_manager_type.set("count_players", &ioport_manager::count_players); in initialize()
1958 ioport_manager_type.set("natkeyboard", &ioport_manager::natkeyboard); in initialize()
1959 ioport_manager_type.set("type_group", [](ioport_manager &im, ioport_type type, int player) { in initialize()
1962 ioport_manager_type.set("ports", sol::property([this](ioport_manager &im) { in initialize()
1968ioport_manager_type.set("type_seq", [](ioport_manager &m, ioport_type type, int player, input_seq_… in initialize()
1971 sol().registry().set_usertype("ioport", ioport_manager_type); in initialize()
/dports/emulators/mame/mame-mame0226/src/frontend/mame/
H A Dluaengine.cpp1956 …auto ioport_manager_type = sol().registry().create_simple_usertype<ioport_manager>("new", sol::no_… in initialize() local
1957 ioport_manager_type.set("count_players", &ioport_manager::count_players); in initialize()
1958 ioport_manager_type.set("natkeyboard", &ioport_manager::natkeyboard); in initialize()
1959 ioport_manager_type.set("type_group", [](ioport_manager &im, ioport_type type, int player) { in initialize()
1962 ioport_manager_type.set("ports", sol::property([this](ioport_manager &im) { in initialize()
1968ioport_manager_type.set("type_seq", [](ioport_manager &m, ioport_type type, int player, input_seq_… in initialize()
1971 sol().registry().set_usertype("ioport", ioport_manager_type); in initialize()