Method: XCB::ButtonPressEvent#time
- Defined in:
- ext/xproto.c
#time ⇒ Object
986 987 988 989 990 991 992 |
# File 'ext/xproto.c', line 986 static VALUE r_XCB_ButtonPressEvent_get_time(VALUE r_self) { *event; Data_Get_Struct(r_self, , event); return INT2FIX(event->time); } |