Skip to content

Feature Request: Add a way to obtain the xbox context handles and task queue #104

Description

@agmmario

Describe the current problem and the solution you would like

Sometimes functionality that xbox provides but Gamemaker hasn't implemented is necessary in a game. Best case scenario would be Gamemaker providing access to it, but sometimes that isn't available and an easy solution that works for all cases is making a native library with the stuff you need. But many xbox functions require the context handles, and some functionality might require access to the task queue.

Being able to access these would be very helpful for native library making.

nik in the discord has suggested for the task queue an access like this:
osinfo[? "task_queue"] = (void *)XUM::GetTaskQueue();

Describe any alternative solutions

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

GDKThis issue affects the specific named extensiondocumentationThis issue also requires changes to be made to the extension's documentationextensionThis issue is to do with any of the official extensions

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions