Questions tagged [xbox]

Xbox is a video game console made by Microsoft.

342 questions
0
votes
1 answer

UWP Gamepad.Gamepads is empty even though a controller is connected

I'm currently working on a UWP app and I want to be able to take input from a wireless xbox controller however, whenever I try and access it in my code, I get the error System.InvalidOperationException: 'Sequence contains no elements'. I know that…
Jacob
  • 363
  • 4
  • 12
0
votes
1 answer

uwp xbox app XYNavigation in Pivot Control

I am an experienced uwp developer but a beginner for uwp xbox platform. I am trying to set the XY Navigation for my app and trying to test it with keyboard (as I don't own a xbox myself). I am using a Pivot view and I can easily navigate between the…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
0
votes
1 answer

How to retrieve the list of games from xbox API?

i am trying to retrieve a list of all xbox one games that are on xbox marketplace. The example from documentation: https://xboxapi.com/v2/browse-marketplace/games/1?sort=releaseDate This query returns only 20 records at time. So the problem is,…
Adrian C.
  • 260
  • 5
  • 21
0
votes
2 answers

Is it possible to develop a Blu-ray player for the Xbox One?

I've read that "The first UWP for the Xbox One is the new Blue-ray player app" This makes me think ... is this app using an internal MS API or could a simple programmer develop a custom Blue-ray/DVD player? Thanks in advance
0
votes
1 answer

Simulate gamepad input in UWP app on Xbox

I am trying to simulate user's input in UWP app running on Xbox. At first I tried to press a key via InjectedInputKeyboardInfo and it works fine. var inputInjector = InputInjector.TryCreate(); InjectedInputKeyboardInfo inputKeyboardInfo = new…
Jakub Krampl
  • 1,774
  • 1
  • 16
  • 24
0
votes
0 answers

mingw gamepad "event" interface

I'm a linux geek. In linux I can use the event interface to read queued spontaneous gamepad events and be pretty well guaranteed not to miss events as long as I read the queue frequently enough. Obviously I then subclass and implement virtuals as…
user9110539
0
votes
0 answers

XBOX One Permission over TCP Socket

I have developed a unity game which listens to a TCP port. I have used System.Net.Sockets.TcpListener class to achieve this. I have ported the game for UWP (using IL2CPP scripting backend). I also have checked internetClientServer and…
Hadi Fooladi Talari
  • 1,180
  • 1
  • 13
  • 36
0
votes
1 answer

Is it possible to test XYFocus on Desktop?

I am making an app for Xbox, that uses XYFocus navigation. Is there a way to test it on desktop? I expected arrow keys to behave similarly to Xbox controller navigation buttons, but they do not.
LOST
  • 2,956
  • 3
  • 25
  • 40
0
votes
2 answers

Windows Xbox JavaScript UWP APP get CPU/Memory Usage

Developing a JavaScript UWP app on Xbox and I would like to know how can I get CPU and memory usage information I found this API, Windows.System.Diagnostics.ProcessCpuUsage but the getReport method is not defined as claimed by Microsoft…
Leo Teng
  • 93
  • 5
0
votes
1 answer

Login users on xbox.com using ASP.NET WebClient?

I was wondering how I could allow users to login to xbox.com using the WebClient class. I've got the following code so far, but I get an incorrect password/user combination error. NameValueCollection formData = new NameValueCollection(); …
Cameron Tinker
  • 9,634
  • 10
  • 46
  • 85
0
votes
1 answer

How to check if an XBOX console is turned on? (remotely)

Is there a way to check the status of the console remotely (by HTTP for example) to see if it's running or not? We want to write a checker app to see if someone is already playing or not.
Andrei Roba
  • 2,156
  • 2
  • 16
  • 33
0
votes
2 answers

Unity on Xbox One - Camera/Rigidbody Visual Movement Hiccup

This is posted here since this is Xbox specific, but I am also posting this onto the Unity forums. When testing my Unity game on Xbox One I am getting a very large amount of visual "jitter" from the ball. This is a skeeball game where you control…
Nick
  • 5
  • 3
0
votes
2 answers

Is it possible to disable gamepad button mapping in UWP apps for Xbox?

I am trying to write a game on UWP platform. Problem is: I need to bind Gamepad B and Escape to two different actions. E.g. Escape should always close current whatever, but Gamepad B should only do that unless my game handles it for a different…
LOST
  • 2,956
  • 3
  • 25
  • 40
0
votes
0 answers

Xbox UWP WebView not responsive after hiding InputPane

I am accessing an html webapp within a WebView in an Xbox XAML app. For context, it was previously a hosted webapp, but leaks while playing video content were causing crashes, which prompted me to use a XAML app with a WebView and a…
vgrafe
  • 1,300
  • 1
  • 12
  • 13
0
votes
1 answer

How can i call an existing javascript function in greasemonkey?

Possible Duplicate: javascript: call an embedded function from a GM script i'm trying to write a script that will select all friends in the xbox.com message center in order to send a M2AF (message to all friends) without having to manually select…
Blake
  • 1