mirror of
https://github.com/trebonian/visual6502.git
synced 2025-07-25 15:25:00 +00:00
@@ -601,6 +601,7 @@ function setupChipLayoutGraphics(){
|
||||
chipsurround.focus();
|
||||
chipsurround.onmousedown = function(e){mouseDown(e);};
|
||||
chipsurround.onkeypress = function(e){handleKey(e);};
|
||||
chipsurround.onmouseout = function(e){mouseLeave(e);};
|
||||
}
|
||||
|
||||
// utility function to save graphics pan and zoom
|
||||
|
Reference in New Issue
Block a user