Reimplemented from OglGui::WindowListener. Reimplemented in Impala::Visualization::DropDownList. Definition at line 107 of file DropDownWindow.h. References DropDown(), mIsDropped, and mPlusMinText. 00109 { 00110 if (but==oglLeftButton) 00111 { 00112 if ((src == mPlusMinText && msg == oglMouseDown)) 00113 DropDown(!mIsDropped); 00114 else if(src != mPlusMinText && msg == oglMouseDblClick) 00115 DropDown(!mIsDropped); 00116 } 00117 }
Here is the call graph for this function: ![]()
|