-
- Downloads
Added getNativeKeyData() function to LLWindow and LLWindowMacOSX.
Added an LLSD argument to LLPluginClassMedia::keyEvent() and LLPluginClassMedia::textInput() which contains the native key data. Made LLViewerMediaImpl retrieve the native key data and pass it to keyEvent and textInput. Added a native_key_data parameter to the text_event and key_event messages. Made the webkit plugin extract the native_key_data parameter and pass it to the internal keyEvent() and unicodeInput() functions. Fixed LLMediaPluginTest to match function signature change to LLPluginClassMedia::keyEvent().
Showing
- indra/llplugin/llpluginclassmedia.cpp 4 additions, 2 deletionsindra/llplugin/llpluginclassmedia.cpp
- indra/llplugin/llpluginclassmedia.h 2 additions, 2 deletionsindra/llplugin/llpluginclassmedia.h
- indra/llwindow/llwindow.h 4 additions, 0 deletionsindra/llwindow/llwindow.h
- indra/llwindow/llwindowmacosx.cpp 67 additions, 2 deletionsindra/llwindow/llwindowmacosx.cpp
- indra/llwindow/llwindowmacosx.h 5 additions, 0 deletionsindra/llwindow/llwindowmacosx.h
- indra/media_plugins/webkit/media_plugin_webkit.cpp 10 additions, 4 deletionsindra/media_plugins/webkit/media_plugin_webkit.cpp
- indra/newview/llviewermedia.cpp 9 additions, 3 deletionsindra/newview/llviewermedia.cpp
- indra/test_apps/llplugintest/llmediaplugintest.cpp 2 additions, 2 deletionsindra/test_apps/llplugintest/llmediaplugintest.cpp
Loading
Please register or sign in to comment