diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-03 18:13:10 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-05-03 18:13:10 +0000 |
commit | 11b97855c4c1ef756fa1546ff0137aad1a910f34 (patch) | |
tree | 6397de48050098767f71fe09450edc5abf691c88 /ext/io/console/depend | |
parent | ff3322560e5e54863f959d3793df1f37a14f35d8 (diff) |
console.c: pressed? on Windows
* ext/io/console/console.c (console_key_pressed_p): new method
IO#pressed? on Windows. [EXPERIMENTAL]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/io/console/depend')
-rw-r--r-- | ext/io/console/depend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/io/console/depend b/ext/io/console/depend index e786dc71d2..c961843bcc 100644 --- a/ext/io/console/depend +++ b/ext/io/console/depend @@ -1,4 +1,10 @@ $(OBJS): $(HDRS) $(ruby_headers) \ + $(VK_HEADER) \ $(hdrdir)/ruby/io.h \ $(hdrdir)/ruby/encoding.h \ $(hdrdir)/ruby/oniguruma.h + +win32_vk.h: win32_vk.list + +.list.h: + gperf --ignore-case -E -C -P -p -j1 -i 1 -g -o -t -K ofs -N console_win32_vk -k* --output-file=$@ $< |