AshMcConnell
03-11-2010 13:04:10
Hi Folks,
Has anyone had this problem before? I am trying to doubleclick on the list of players in order to mention them in a chat box.
I am able to select items on the _driverList, so it is in focus, not sure why I am not getting double click messages.
Thanks for your help
All the best,
Ash
Has anyone had this problem before? I am trying to doubleclick on the list of players in order to mention them in a chat box.
_driverList->eventMouseButtonDoubleClick = MyGUI::newDelegate(this, &HudMenu::driverListDoubleClicked);
void HudMenu::driverListDoubleClicked(MyGUI::Widget* _sender){
buttonClicked(_mentionChatButton);
}
I am able to select items on the _driverList, so it is in focus, not sure why I am not getting double click messages.
Thanks for your help
All the best,
Ash