kLeft             285 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc   MouseDirection direction = kLeft;
kLeft             292 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc     direction = (mouse_movement_.x() < 0) ? kLeft : kRight;
kLeft             293 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc     if (direction == kLeft)
kLeft             318 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc                             (direction == kLeft && x < center_x) ||