diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-08-13 05:37:52 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 1999-08-13 05:37:52 +0000 |
| commit | 29b7d942bfe9a92b5c3124e235fa54b5de31dccf (patch) | |
| tree | 3ea2e607f9ea08c56830ef7b803cd259e3d67c7f /ext/Win32API/getch.rb | |
| parent | a2af08da0c33d2dcde870b491f62a8bd0c1c6b81 (diff) | |
| download | ruby-29b7d942bfe9a92b5c3124e235fa54b5de31dccf.tar.gz ruby-29b7d942bfe9a92b5c3124e235fa54b5de31dccf.tar.xz ruby-29b7d942bfe9a92b5c3124e235fa54b5de31dccf.zip | |
remove marshal/gtk/kconv
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/Win32API/getch.rb')
| -rw-r--r-- | ext/Win32API/getch.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/Win32API/getch.rb b/ext/Win32API/getch.rb new file mode 100644 index 000000000..c015bbe9b --- /dev/null +++ b/ext/Win32API/getch.rb @@ -0,0 +1,5 @@ +require 'Win32API' + +getch = Win32API.new("crtdll", "_getch", [], 'L') + +puts getch.Call.chr |
