|
Nestopia Core API | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Game context.
Field Summary | |
Input::Adapter |
adapter
Utilized controller adapter. |
std::wstring |
altTitle
Alternative game title. |
std::wstring |
catalog
Catalog. |
std::wstring |
clss
Class. |
Input::Type[ 5 ] |
controllers
Utilized controllers. |
std::wstring |
developer
Developer. |
uint |
players
Number of players. |
std::wstring |
portDeveloper
Port Developer. |
std::wstring |
publisher
Publisher. |
std::wstring |
region
Region. |
std::wstring |
revision
Revision. |
std::wstring |
subClss
Sub-class. |
std::wstring |
title
Game title. |
Constructor Summary | |
Game()
|
Field Detail |
public Input::Adapter adapter;
public std::wstring altTitle;
public std::wstring catalog;
public std::wstring clss;
public Input::Type controllers[ 5 ];
public std::wstring developer;
public uint players;
public std::wstring portDeveloper;
public std::wstring publisher;
public std::wstring region;
public std::wstring revision;
public std::wstring subClss;
public std::wstring title;
Constructor Detail |
public Game() throw();
|
Nestopia Core API | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |