Input: Implement RGSS3 functionality in bindings

Ie. using symbols instead of Input:: constants to query
button states.
This commit is contained in:
Jonas Kulla 2014-02-03 15:04:57 +01:00
parent 5a6c0c14ed
commit 64f1e32fdc
4 changed files with 70 additions and 37 deletions

View file

@ -131,7 +131,7 @@ wrapNilProperty(VALUE self, const char *iv)
rb_iv_set(self, iv, Qnil);
}
/* Implemented: oSszfib| */
/* Implemented: oSszfibn| */
int
rb_get_args(int argc, VALUE *argv, const char *format, ...);