Method: XCB::LeaveNotifyEvent#root_y
- Defined in:
- ext/xproto.c
#root_y ⇒ Object
2184 2185 2186 2187 2188 2189 2190 |
# File 'ext/xproto.c', line 2184 static VALUE r_XCB_LeaveNotifyEvent_get_root_y(VALUE r_self) { xcb_leave_notify_event_t *event; Data_Get_Struct(r_self, xcb_leave_notify_event_t, event); return INT2FIX(event->root_y); } |