Sha256: 0367c6cf8f729f1d88ed8b99d8d0aea60bc2b994547f608e7962d6e7b69519cd
Contents?: true
Size: 455 Bytes
Versions: 2
Compression:
Stored size: 455 Bytes
Contents
require 'windows/api' module Windows module Window module Timer API.auto_namespace = 'Windows::Window::Timer' API.auto_constant = true API.auto_method = true API.auto_unicode = false private API.new('KillTimer', 'LP', 'B', 'user32') API.new('QueryPerformanceCounter', 'P', 'B') API.new('QueryPerformanceFrequency', 'P', 'B') API.new('SetTimer', 'LIIK', 'P', 'user32') end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
windows-pr-1.2.4 | lib/windows/window/timer.rb |
windows-pr-1.2.3 | lib/windows/window/timer.rb |