Definition at line 54 of file SizableDirectionButton.h. References OglGui::OglWindow::ConnectTo(), OglGui::OglWindow::GetOGLWND(), mDirectionButton, OglGui::Window::SetAllowScaling(), SetColors(), and OglGui::DirectionButton::SetMargin(). 00055 { 00056 mDirectionButton = new DirectionButton(this,0,0,w,h,dir,brdType); 00057 mDirectionButton->SetMargin(1); 00058 mDirectionButton->ConnectTo(this); 00059 mDirectionButton->SetAllowScaling(false); 00060 SetColors(oglBLACK,oglBLACK); 00061 oglSys.SetNoMouseInput(mDirectionButton->GetOGLWND(),true); 00062 }
Here is the call graph for this function:
|