-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(core): Deprecate km_core_keyboard_load
#12497
Comments
Added WASM TODO item |
Needs to happen after the Linux/Mac/Windows subtasks are done. |
Note: once mac work is done (#12499), we can remove the filesystem code entirely from Core, rather than #ifdef or deprecation of the API. This will be much cleaner! |
As we are so close to getting this finished, brought it back to milestone 18.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#12459 added the new core API method
km_core_keyboard_load_from_blob
. Once we changed the engines to use the new method we should add the deprecated flag tokm_core_keyboard_load
.km_core_keyboard_load
and ensure no filesystem/IO libs are linked in to kmcoreThe text was updated successfully, but these errors were encountered: