summaryrefslogtreecommitdiff
path: root/ext/Win32API/getch.rb
blob: c015bbe9bcff0b40d9d443ab6c16367957e45a3d (plain)
1
2
3
4
5
require 'Win32API'

getch = Win32API.new("crtdll", "_getch", [], 'L')

puts getch.Call.chr