Home
last modified time | relevance | path

Searched refs:kobj_frame_max (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-2.1/build/libraries/kpad/src/
DKPAD.c55 static Vec2 kobj_frame_min, kobj_frame_max ; // Range in which center of gravity coordin… variable
900 if ( kobj_p->center.x <= kobj_frame_min.x || kobj_p->center.x >= kobj_frame_max.x || in check_kobj_outside_frame()
901 kobj_p->center.y <= kobj_frame_min.y || kobj_p->center.y >= kobj_frame_max.y ) { in check_kobj_outside_frame()
1108 if ( p1.x <= kobj_frame_min.x || p1.x >= kobj_frame_max.x || in select_1obj_first()
1109 p1.y <= kobj_frame_min.y || p1.y >= kobj_frame_max.y ) { in select_1obj_first()
1111 if ( p2.x > kobj_frame_min.x && p2.x < kobj_frame_max.x && in select_1obj_first()
1112 p2.y > kobj_frame_min.y && p2.y < kobj_frame_max.y ) { in select_1obj_first()
1124 if ( p2.x <= kobj_frame_min.x || p2.x >= kobj_frame_max.x || in select_1obj_first()
1125 p2.y <= kobj_frame_min.y || p2.y >= kobj_frame_max.y ) { in select_1obj_first()
1994 kobj_frame_max.x = 1.0f - kp_err_outside_frame ; in KPADReset()
[all …]