controlP5 / Controller / position( )

name
position ( )
description
get the position of a controller. e.g. Controller.position().x(); 
Syntax
position();


Returns
CVector3f
Usage
Web & Application
Related