ext/Win32API/getch.rb


DEFINITIONS

This source file includes following functions.


   1  require 'Win32API'
   2  
   3  getch = Win32API.new("crtdll", "_getch", [], 'L')
   4  
   5  puts getch.Call.chr