Class: Input::Key

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgss3/input.rb

Overview

A wrapper for Gosu::KB_**** can be used as argument for methods in Input

Instance Attribute Summary collapse

Instance Attribute Details

#kb_keyObject

Returns the value of attribute kb_key

Returns:

  • (Object)

    the current value of kb_key



91
92
93
# File 'lib/rgss3/input.rb', line 91

def kb_key
  @kb_key
end