-
Notifications
You must be signed in to change notification settings - Fork 198
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
ulViewFireKeyEvent Documentation/help #503
Comments
Are you synthesizing the key presses yourself or translating them from an existing framework? I would actually look at Sample 7, specifically where it takes GLFW keypress (WindowGLFW_key_callback) and GLFW char events (WindowGLFW_char_callback) and translates them into appropriate Ultralight events for guidance on using this API: https://github.com/ultralight-ux/Ultralight/blob/master/samples/Sample%207%20-%20OpenGL%20Integration/src/Window.cpp |
At the moment I am trying to synthesize the input to get it working, the end result will come from sdl
|
I pulled out the relevant code from my program and made a small program that has the same problem |
I cant seem to get a keypress working with the CAPI
I am trying to trigger a "e" keycode 69 in js keypress and release
when creating the key event with ulCreateKeyEvent
do i put 69 as the virtual_key_code or the native_key_code?
what do I put for the ULString text and unmodified_text should I create a blank ULString?
The text was updated successfully, but these errors were encountered: