Method: XCB::KeyPressEvent#visit

Defined in:
ext/xproto.c

#visit(r_visitor) ⇒ Object



2290
2291
2292
2293
2294
# File 'ext/xproto.c', line 2290

static VALUE
r_XCB_KeyPressEvent_visit(VALUE r_self, VALUE r_visitor)
{
  return rb_funcall(r_visitor, rb_intern("visit_key_press"), 1, r_self);
}