-
- Downloads
Introduce LLUIListener, a new event API that doesn't directly correspond to
any existing C++ class. It calls named functions registered in the LLUICtrl:: CommitCallbackRegistry, thus supporting event-level access to any function you can specify with XUI's function= parameter=.
Showing
- indra/newview/CMakeLists.txt 2 additions, 0 deletionsindra/newview/CMakeLists.txt
- indra/newview/lluilistener.cpp 50 additions, 0 deletionsindra/newview/lluilistener.cpp
- indra/newview/lluilistener.h 29 additions, 0 deletionsindra/newview/lluilistener.h
- indra/newview/llviewermenu.cpp 3 additions, 0 deletionsindra/newview/llviewermenu.cpp
Loading
Please register or sign in to comment