For example if you have a zoom in action Then you may add a menu entry like so:
actionMenu->Append( kZoomInButtonId , "ZoomIn\tz" , "Click to zoom in on the current location.\n" );
Now if you press z it will execute this action.
Topics for professional software engineers
actionMenu->Append( kZoomInButtonId , "ZoomIn\tz" , "Click to zoom in on the current location.\n" );
No comments:
Post a Comment