You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As on the other platforms, the initial implementation should handle basic text input, not try to do a complete implementation that supports IME and such (which is a longer-term project for all platforms).
Blocked on #103 since text input is currently done via an internal plugin (unless #47 is addressed before this)
The text was updated successfully, but these errors were encountered:
- Adds support for plugins, using the same C++ plugin code
currently used by Linux.
- Adds text input support, also sharing code with the Linux GLFW
text input code.
Fixes issue #103 and issue #104
As on the other platforms, the initial implementation should handle basic text input, not try to do a complete implementation that supports IME and such (which is a longer-term project for all platforms).
Blocked on #103 since text input is currently done via an internal plugin (unless #47 is addressed before this)
The text was updated successfully, but these errors were encountered: