mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Map the Share button on Xbox Series controller with the capturing screenshot feature
This commit is contained in:
@@ -192,6 +192,10 @@ window.addEventListener(BxEvent.STREAM_STOPPED, e => {
|
||||
GameBar.getInstance().disable();
|
||||
});
|
||||
|
||||
window.addEventListener(BxEvent.CAPTURE_SCREENSHOT, e => {
|
||||
Screenshot.takeScreenshot();
|
||||
});
|
||||
|
||||
|
||||
function main() {
|
||||
// Monkey patches
|
||||
|
Reference in New Issue
Block a user