Browse Source

updated to use our input, not opendoors.

Steve Thielemann 4 năm trước cách đây
mục cha
commit
ac20c4b3a4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/door_example.cpp

+ 1 - 1
examples/door_example.cpp

@@ -13,5 +13,5 @@ int main(int argc, char *argv[]) {
   // display text, reset colors, NewLine.
   door << "Hello World" << door::reset << door::nl;
 
-  od_get_key(TRUE); // Wait for a keypress before exiting
+  door.sleep_key(door.inactivity); // Wait for a keypress before exiting
 }