Sha256: c4432142be4b2243c394cced20de35461e6897e77ea320a94267c4ff4c2754c6
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
require "win32api" module Rinderon class Window def initialize(name, width, height) Win32API.new(File.expand_path('../../../ext/rinderon/rinderon.so', __FILE__), 'RinderonCreateWindow', %w(p i i), 'i').call(name, width, height) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rinderon-0.0.0.1 | lib/rinderon/window.rb |