From fa708f553a3c314aa1eda75cee3c4e5e3b4f40db Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 21 Dec 2017 22:20:53 -0800 Subject: 4162 --- html/085scenario_console.cc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/085scenario_console.cc.html') diff --git a/html/085scenario_console.cc.html b/html/085scenario_console.cc.html index f186df95..6775ab78 100644 --- a/html/085scenario_console.cc.html +++ b/html/085scenario_console.cc.html @@ -131,15 +131,15 @@ if ('onhashchange' in window) { 69 ¦ ¦ trace("mem") << "storing 'left-click' event starting at " << Current_routine->alloc << end(); 70 ¦ ¦ put(Memory, curr_address, /*tag for 'touch-event' variant of 'event' exclusive-container*/2); 71 ¦ ¦ put(Memory, curr_address+/*skip tag*/1+/*offset of 'type' in 'mouse-event'*/0, TB_KEY_MOUSE_LEFT); - 72 ¦ ¦ put(Memory, curr_address+/*skip tag*/1+/*offset of 'row' in 'mouse-event'*/1, to_integer(inst.ingredients.at(0).name)); - 73 ¦ ¦ put(Memory, curr_address+/*skip tag*/1+/*offset of 'column' in 'mouse-event'*/2, to_integer(inst.ingredients.at(1).name)); + 72 ¦ ¦ put(Memory, curr_address+/*skip tag*/1+/*offset of 'row' in 'mouse-event'*/1, to_integer(inst.ingredients.at(0).name)); + 73 ¦ ¦ put(Memory, curr_address+/*skip tag*/1+/*offset of 'column' in 'mouse-event'*/2, to_integer(inst.ingredients.at(1).name)); 74 ¦ ¦ curr_address += size_of_event(); 75 ¦ } 76 ¦ else if (inst.name == "press") { 77 ¦ ¦ trace("mem") << "storing 'press' event starting at " << curr_address << end(); 78 ¦ ¦ string key = inst.ingredients.at(0).name; - 79 ¦ ¦ if (is_integer(key)) - 80 ¦ ¦ ¦ put(Memory, curr_address+1, to_integer(key)); + 79 ¦ ¦ if (is_integer(key)) + 80 ¦ ¦ ¦ put(Memory, curr_address+1, to_integer(key)); 81 ¦ ¦ else if (contains_key(Key, key)) 82 ¦ ¦ ¦ put(Memory, curr_address+1, Key[key]); 83 ¦ ¦ else -- cgit 1.4.1-2-gfad0