cef_point_t

Structure representing a point.

version(cef && embedded_cef_bindings)
extern (C)
struct cef_point_t {
int x;
int y;
}

Meta