# File lib/rubygame/event.rb, line 256 def initialize(pos,rel,buttons) @pos, @rel, @buttons = pos, rel, buttons end