mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Added a "Delete watch" context menu to the Watch window.
Added a "View memory" command to the context menu.
This commit is contained in:
parent
290e1bed37
commit
b34e220086
7 changed files with 80 additions and 8 deletions
|
@ -17,6 +17,8 @@
|
|||
class wxWindow;
|
||||
|
||||
BEGIN_EVENT_TABLE(CWatchWindow, wxPanel)
|
||||
EVT_GRID_CELL_RIGHT_CLICK(CWatchView::OnMouseDownR)
|
||||
EVT_MENU(-1, CWatchView::OnPopupMenu)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue