mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-4436 - Mouse Bindings
This commit is contained in:
parent
eca5195dea
commit
8aeebf919a
61 changed files with 3136 additions and 919 deletions
|
@ -47,13 +47,14 @@ public class ActionToGuiMapper {
|
|||
popupActionManager = new PopupActionManager(winMgr, menuGroupMap);
|
||||
|
||||
DockingWindowsContextSensitiveHelpListener.install();
|
||||
MouseBindingMouseEventDispatcher.install();
|
||||
}
|
||||
|
||||
/**
|
||||
* Register a specific Help content location for a component.
|
||||
* The DocWinListener will be notified with the help location if the specified
|
||||
* component 'c' has focus and the help key is pressed.
|
||||
*
|
||||
*
|
||||
* @param c component
|
||||
* @param helpLocation the help location
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue