]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/key-logger/key-logger.factor
endian: replaces io.binary and io.binary.fast.
[factor.git] / extra / key-logger / key-logger.factor
index 75a1f0e7178679e14d587765ba2a1275a1fa7cf9..eb662315eef7b10110d6c29c341c3c8908fc977f 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2010 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors timers bit-arrays calendar game.input io
-io.binary io.encodings.binary io.files kernel literals math
-namespaces system threads ;
+USING: accessors timers bit-arrays calendar endian game.input io
+io.encodings.binary io.files kernel literals math namespaces
+system threads ;
 IN: key-logger
 
 CONSTANT: frequency $[ 1/30 seconds ]