Method: XCB::MotionNotifyEvent#root
- Defined in:
- ext/xproto.c
#root ⇒ Object
1070 1071 1072 1073 1074 1075 1076 |
# File 'ext/xproto.c', line 1070 static VALUE r_XCB_MotionNotifyEvent_get_root(VALUE r_self) { xcb_motion_notify_event_t *event; Data_Get_Struct(r_self, xcb_motion_notify_event_t, event); return INT2FIX(event->root); } |