Package | Description |
---|---|
Microsoft.Xna.Framework | |
Microsoft.Xna.Framework.GamerServices | |
Microsoft.Xna.Framework.Input | |
Microsoft.Xna.Framework.Storage |
Modifier and Type | Method and Description |
---|---|
static PlayerIndex |
PlayerIndex.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlayerIndex[] |
PlayerIndex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PlayerIndex |
SignedInGamer.getPlayerIndex() |
Modifier and Type | Method and Description |
---|---|
static IAsyncResult |
Guide.BeginShowKeyboardInput(PlayerIndex player,
java.lang.String title,
java.lang.String description,
java.lang.String defaultText,
AsyncCallback callback,
java.lang.Object state) |
static IAsyncResult |
Guide.BeginShowKeyboardInput(PlayerIndex player,
java.lang.String title,
java.lang.String description,
java.lang.String defaultText,
AsyncCallback callback,
java.lang.Object state,
boolean usePasswordMode) |
static IAsyncResult |
Guide.BeginShowMessageBox(PlayerIndex player,
java.lang.String title,
java.lang.String text,
java.lang.Iterable<java.lang.String> buttons,
int focusButton,
MessageBoxIcon icon,
AsyncCallback callback,
java.lang.Object state) |
static void |
Guide.ShowComposeMessage(PlayerIndex player,
java.lang.String text,
java.lang.Iterable<Gamer> recipients) |
static void |
Guide.ShowFriendRequest(PlayerIndex player,
Gamer gamer) |
static void |
Guide.ShowFriends(PlayerIndex player) |
static void |
Guide.ShowGameInvite(PlayerIndex player,
java.lang.Iterable<Gamer> recipients) |
static void |
Guide.ShowGamerCard(PlayerIndex player,
Gamer gamer) |
static void |
Guide.ShowMarketplace(PlayerIndex player) |
static void |
Guide.ShowMessages(PlayerIndex player) |
static void |
Guide.ShowParty(PlayerIndex player) |
static void |
Guide.ShowPartySessions(PlayerIndex player) |
static void |
Guide.ShowPlayerReview(PlayerIndex player,
Gamer gamer) |
static void |
Guide.ShowPlayers(PlayerIndex player) |
Modifier and Type | Method and Description |
---|---|
static GamePadCapabilities |
GamePad.GetCapabilities(PlayerIndex playerIndex)
Retrieves the capabilities of an Xbox 360 Controller.
|
static GamePadState |
GamePad.GetState(PlayerIndex playerIndex)
Gets the current state of an Xbox 360 Controller.
|
static GamePadState |
GamePad.GetState(PlayerIndex playerIndex,
GamePadDeadZone deadZoneMode)
Gets the current state of an Xbox 360 Controller, using a specified dead zone on analog stick positions.
|
static boolean |
GamePad.SetVibration(PlayerIndex playerIndex,
float leftMotor,
float rightMotor)
Sets the vibration motor speeds on an Xbox 360 Controller.
|
Modifier and Type | Method and Description |
---|---|
static IAsyncResult |
StorageDevice.BeginShowSelector(PlayerIndex player,
AsyncCallback callback,
java.lang.Object state)
Begins the process for displaying the storage device selector user interface; specifies the callback implemented when the player chooses a device.
|
static IAsyncResult |
StorageDevice.BeginShowSelector(PlayerIndex player,
int sizeInBytes,
int directoryCount,
AsyncCallback callback,
java.lang.Object state)
Begins the process for displaying the storage device selector user interface, for specifying the player who requested the save operation, for setting the size of data to be written to the storage device, and for naming the callback implemented when the player chooses a device.
|