mirror of
https://github.com/trebonian/visual6502.git
synced 2025-03-27 11:32:10 +00:00
parent
0d4cb75658
commit
5b86a57c2c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user