lumPalette / SDL_cs

A C# binding for SDL3.
MIT License
0 stars 1 forks source link

Missing Hint #1

Open Megapit opened 1 week ago

Megapit commented 1 week ago

Hi

This is not really an issue. :) I found this repository for an little hobby project of mine. Need SDL3 in c# bindings mostly for jeystick, gamecontroller, mouse and keyboard input. For my needs i need the "Hints" feature. So i added them for what i need. Would like to share this work without pull request and so on.....

The work is mostly from here but tryed to use your naming convention.

I hope you can use it and implement the missing functions from SDL3/hints

Megapit

hints.zip

lumPalette commented 1 week ago

Hi! like you have noticed, this project it's far from over. I still have to implement a lot of headers, but currently I'm doing a huge clean up to the "codebase" (mostly on how things are organized/implemented), so I can't really write bindings for new headers right now :/

As soon as I'm over with this clean up, I'll start implementing that header using you commit as a base. SDL_hints.h is a pretty big file, so it probably take a while.

Megapit commented 1 week ago

perfect! Let me know if i can help. But c++ is far away from my knowledge :(