Method: XCB::LeaveNotifyEvent#mode

Defined in:
ext/xproto.c

#modeObject



2212
2213
2214
2215
2216
2217
2218
# File 'ext/xproto.c', line 2212

static VALUE
r_XCB_LeaveNotifyEvent_get_mode(VALUE r_self)
{
  xcb_leave_notify_event_t *event;
  Data_Get_Struct(r_self, xcb_leave_notify_event_t, event);
  return INT2FIX(event->mode);
}