From 51728d9334f642958f80bf442b40a76decdccafe Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 19 Aug 2017 05:53:31 -0700 Subject: 3971 --- 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 9a3487f8..d8b6be4e 100644 --- a/html/085scenario_console.cc.html +++ b/html/085scenario_console.cc.html @@ -131,15 +131,15 @@ if ('onhashchange' in window) { 69 ¦ ¦ trace(9999, "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(9999, "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