<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,6 +5,6 @@ window = Window()
 
 while True:
   window.show(camera.frame())
-  if escape_pressed():
+  if getKeyPressed() == '\x1b': # escape
     window.destroy()
     break</diff>
      <filename>camera-display.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>627bd70a6b50bf1f4a84ffae8a54426d629f2e9b</id>
    </parent>
  </parents>
  <author>
    <name>Carlos Villela</name>
    <email>cv@lixo.org</email>
  </author>
  <url>http://github.com/cv/opencv-wrappers/commit/568b0f141d49d2488a00dfb82226aa4bdab95c8c</url>
  <id>568b0f141d49d2488a00dfb82226aa4bdab95c8c</id>
  <committed-date>2008-05-16T01:48:36-07:00</committed-date>
  <authored-date>2008-05-16T01:48:36-07:00</authored-date>
  <message>fixed a bug with getKeyPressed()</message>
  <tree>526c63ab601d393a7cb42202bfffd766df145d4e</tree>
  <committer>
    <name>Carlos Villela</name>
    <email>cv@lixo.org</email>
  </committer>
</commit>
