Sha256: be8f952cbbe072eec536fa5131182a56417c5eea2eb32d425917b1906e964749
Contents?: true
Size: 357 Bytes
Versions: 16
Compression:
Stored size: 357 Bytes
Contents
# -*- coding: utf-8 -*- # http://dxruby.sourceforge.jp/DXRubyReference/2009531233720546.htm require 'dxruby' image = Image.load('data.png') # data.pngを読み込む Window.loop do x = Input.mousePosX # マウスカーソルのx座標 y = Input.mousePosY # マウスカーソルのy座標 Window.draw(x, y, image) # data.pngを描画する end
Version data entries
16 entries across 16 versions & 1 rubygems