setFocusPoint abstract method

void setFocusPoint(
  1. int textureId,
  2. double x,
  3. double y
)

Locks focus at the normalised point (x, y) where (0,0) is top-left.

Implementation

void setFocusPoint(int textureId, double x, double y);