wx處理鼠標事件

#include "MainFrame.h" BEGIN_EVENT_TABLE(MyFrame,wxFrame) EVT_LEFT_DOWN(MyFrame::OnMouseLeftDown) END_EVENT_TABLE() void MyFrame::OnMouseLeftDown(wxMouseEvent &event) { wxMessageBox("asdfas")
相關文章
相關標籤/搜索