Questions tagged [xbox-one]

Xbox One is a video game console developed and manufactured by Microsoft

Xbox One is a successor to Xbox 360, Microsoft's previous video game console, which was introduced in 2005 as part of the seventh generation of video game consoles. As of June 2013, it remains in production by Microsoft through after a number of small hardware revisions to reduce the unit's size and improve its reliability.

180 questions
1
vote
1 answer

Using HidD_GetInputReport(..) to retrive XBOX ONEs button states

I am trying to talk to the XBOX ONE Controller via the Microsoft HID API without using XINPUT. I'm currently able to control all the rumble motors (including the force feedback triggers) by sending the packet using HidD_SetOutputReport(HANDLE,…
Ohjurot
  • 47
  • 9
1
vote
1 answer

Listen for gamepad button events with xbox one controller

I'd like to listen for button press events on an xbox one controller, but seems that many solutions to this are experimental and under development. Most examples I've found showing how to receive input from a gamepad use a polling method to…
j45612
  • 362
  • 1
  • 5
  • 17
1
vote
0 answers

Can you use the Xbox API to stay a party chat in Java?

Like the title says, is there a way to stay a party chat on your Xbox headset via an API, using Java?
rockit
  • 3,708
  • 7
  • 26
  • 36
1
vote
0 answers

How to print out left joystick Xbox Once controller on terminal in VS19, .Net Core 3 using XInput?

I am looking to print something on the terminal in VS 2019, .NET Core 3 using SharpDX.XInput for the joystick. Maybe some value -1 if the joystick is pushed to the left and 1 if the joystick is pushed to the right. This is the code I'm currenlty…
1
vote
1 answer

xbox one controller prevent default back button behavior with Javascript

I have an xbox one app that has a webview containing a javascript app. In my React app I have something like this: navigator.gamepadInputEmulation = 'gamepad'; window.addEventListener('onkeydown', function(event) { if (event.keyCode === 196) { …
user1572796
  • 1,057
  • 2
  • 21
  • 46
1
vote
1 answer

Move focus on GridView item one by one

I'm designing app for pc and xbox. Now facing a tricky problem. I have a GridView, which is one row enabled. So the focus can move left/right. I have calculated the item's width, so in the user visual area, there are always 4 items visible. On my…
Vincent
  • 3,124
  • 3
  • 21
  • 40
1
vote
1 answer

Why does XAML WebView Input Box not have cursor until I open/close Guide on XBox One?

OK, I've got a C++/CX/XAML UWP game running on Xbox One. It has a SwapChainPanel containing a WebView for UI overlay and a Canvas where the game runs. When I start up the Webview is fullscreen and the canvas isn't doing anything. The controller…
Andy Krouwel
  • 1,309
  • 11
  • 21
1
vote
1 answer

Video streams do not work on Xbox One when in developer mode

I have a UWP app running a web application designed for an Xbox One, and am trying to track down the root cause of a bug that only occurs when it runs on the machine. After about 4 hours of streaming video content, the app mysteriously freezes. The…
Joshua Dannemann
  • 2,003
  • 1
  • 14
  • 34
1
vote
1 answer

Authoring : Unusable Blu-Ray Menu on XBOX ONE (MultiAVCHD)

I am new here, and I have a problem. I burned my first Blu-Ray with menu using the MultiAVCHD software. After a successful virtual disk test, I write it all on a Blu-Ray RW test. All goes well, the PC recognizes the Blu-Ray and I can read it without…
1
vote
1 answer

UWP package submission

I have a uwp app with a non flighted submission only targeting Xbox devices. Can I add a new package that only targets windows 10 desktop? I need two different packages targeting two different devices under the one product. I know this can't be…
user3057416
  • 105
  • 3
  • 11
1
vote
1 answer

How to control the visibility of a grid from child frame?

I am new to UWP and when I click a button inside the frame I need to open a screen on top of that from parent page.I have put the grid inside the frame and it worked but the opened page is not full screen. So I need to place the grid on the parent…
sadik
  • 107
  • 10
1
vote
1 answer

How to use the right analog stick of a xbox one controller

How would I get the right joystick on an Xbox one controller? I currently have my InputManager set up like this: But this doesn't work for some odd reason. For those of you wondering I have confirmed that the issue isn't in the code.
Daan Koning
  • 155
  • 2
  • 15
1
vote
1 answer

Read Xbox One Controller Inputs with Python

I am trying to find a way to read Xbox One controller inputs with python on a Raspberry pi. I have found a library for an Xbox 360 controller, but this doesn't seem to recognize the Xbox One controller. I am able to connect the controller to my…
1
vote
0 answers

UWP + Cordova App + Testing on XBox One

I am trying to test my game on the XBox One after having successfully built a project that works fine on Local Machine, x64, with Visual Studio 2017. Latest versions of everything. It's a Cordova type project. Now I have it on there, and uploaded…
DerekD
  • 21
  • 2
1
vote
0 answers

Why am I not getting a CharacterReceived event for non english Virtual Keyboards on Xbox One

I'm trying to process characters in a text field for a custom 3D game engine wrapped in a UWP application. To process these characters in English, we have been using CoreWindows's CharacterReceived events. This works without a problem on the Xbox…