Xbox is a video game console made by Microsoft.
Questions tagged [xbox]
342 questions
0
votes
1 answer
How to prevent Xbox controller input in uwp app
I have created a UWP application that polls an Xbox Controller and does various tasks with the user input. I have a problem whereby the controller is able to interact with, and control the UI. I have played around with IsFocusEngagementEnabled which…

aj1
- 23
- 1
- 4
0
votes
1 answer
Xbox UWP will not crash
I work on a UWP app that is built for Xbox. I would like to make it crash so that I confirm that crash reporting is working correctly. I've set up button that calls this code:
Object obj = null;
obj.ToString();
If I deploy the app to my Windows 10…

Scott
- 1,011
- 1
- 15
- 30
0
votes
0 answers
XBox One: Access a UNC share through a UWP app
Is XBox One capable of accessing UNC shares? Specifically, does a code like this:
StorageFolder folder = await StorageFolder.GetFolderFromPathAsync(@"\\myComputer\MySharedFolder");
StorageFile file = await folder.GetFileAsync("MyFile.mp4");
…

TheAgent
- 1,472
- 5
- 22
- 42
0
votes
1 answer
Try to store music for XBOX UWP on System
I'm writing a UWP Music player, that syncs Music stored in your OneDrive to the local machine to play it. The User can Store it in the App folder, or his Music Folder.
I also would like that this app runs on the XBoxOne. Unfortunately Storing Data…

lokimidgard
- 1,039
- 10
- 26
0
votes
1 answer
How to properly run a mouse-imitating macro with the Input of a controller?
I've searched through many internet forums to find pretty much nothing, that can solve my problem:
I'm a former user of the scripting Language AutoHotKey, so as I'm also using Linux, I want to properly imitate the same code I have in AutoHotKey to…

FunnyO
- 383
- 2
- 20
0
votes
0 answers
Android keyEvent keycode for the "Xbox Button"
I am writing an app that uses a bluetooth connected Xbox controller, I can read all of the keyEvents fine via dispatchkeyevent EXCEPT the "Xbox Home" button (the one with the light in it), it just exits my app. Does anyone know if there's a keycode…

whyvas
- 1
0
votes
1 answer
C++ WinRT - does XAudio2 support Xbox One platform?
Does XAudio2 support Xbox One? The link below mentions it is for desktop applications only.
https://learn.microsoft.com/en-us/windows/desktop/xaudio2/how-to--load-audio-data-files-in-xaudio2
If not supported, what UWP Audio API is available for Xbox…

Ricky Gai
- 31
- 8
0
votes
0 answers
mime type is supported when watch video first time but not supported the other times in package
I use **hls.js** to broadcast my live stream.
When I watch a video on my package for xbox, I will check whether my browser is supporting MediaSource Extensions.
It would return true the first time, but false the others times.
here is the repository…

Paul Wen
- 1
- 1
0
votes
0 answers
How to capture an app screen shot on Xbox
I'm using Xbox one s. In games, I can capture a screen shot easily. But now I want to capture a screen shot in app.
Is there any way?

Vincent
- 3,124
- 3
- 21
- 40
0
votes
1 answer
How to navigate items between several GridViews in a ListView using Xbox controller?
I'm running uwp on xbox, but have some problems on handling the navigation using Dpad or Left stick.
My situation is like this:
A ListView, which contains many GridViews. Each GridView is one row defined using xaml code. Just like the picture…

Vincent
- 3,124
- 3
- 21
- 40
0
votes
1 answer
XYFocusLeft/Right/Up/Down missing in Xamarin.UWP
In https://learn.microsoft.com/en-us/windows/uwp/design/input/gamepad-and-remote-interactions, it is clearly stated that XYFocusLeft/Right/Up/Down can be used to manually determine the next focus using D-pad. But these API are missing in…

Tek Mun
- 97
- 9
0
votes
1 answer
Xamarin.Forms UWP Application doesn't work on XBOX as native
I have tried my UWP app on XBOX one which is built using xamarin.forms and it works generally fine but by default mouse mode is active. I changed it using
RequiresPointerMode = Windows.UI.Xaml.ApplicationRequiresPointerMode.WhenRequested;
on…

Emil
- 6,411
- 7
- 62
- 112
0
votes
1 answer
Generate skeleton from depthmap file
I have been working on a school project for the last few months, where I have been automatically generating skeleton files from depthmap files, taken by an XBox Kinect. I would like to compare my accuracy with other algorithms, but I am struggling…

SnikrePy
- 51
- 6
0
votes
1 answer
Port a LWJGL Java Game to XBOX
Is it possible to create a Java game that was created using LWJGL to the XBOX?
I've seen Minecraft create their game for tons of platforms and I am wondering if I could do the same.
I've seen another person ask a question on if it is possible to…

q4zr 36
- 19
0
votes
2 answers
Xbox Live Creators Program not allowed for apps
We are developing Xbox UWP hosted App with the use of Xbox Live SDK.
But submission page tells that:
Xbox Live Creators Program only supports games. To submit this product, you must either remove it from Xbox Live Creators Program, or select Games…

Bogdan Kostritskyy
- 11
- 4