Method: XCB::QueryPointerReply#same_screen

Defined in:
ext/xproto.c

#same_screenObject



3398
3399
3400
3401
3402
3403
3404
# File 'ext/xproto.c', line 3398

static VALUE
r_XCB_QueryPointerReply_get_same_screen(VALUE r_self)
{
  xcb_query_pointer_reply_t *reply;
  Data_Get_Struct(r_self, xcb_query_pointer_reply_t, reply);
  return reply->same_screen ? Qtrue : Qfalse;
}