mirror of
https://github.com/sojamo/controlp5
synced 2025-01-08 03:04:26 +01:00
Update ControllerGroup.java
This commit is contained in:
parent
84b09409cf
commit
8ad8ff167e
@ -74,15 +74,15 @@ public abstract class ControllerGroup< T extends ControllerGroup< T > >
|
|||||||
protected final float[] autoPosition = new float[] { 10f , 30f };
|
protected final float[] autoPosition = new float[] { 10f , 30f };
|
||||||
protected float tempAutoPositionHeight = 0f;
|
protected float tempAutoPositionHeight = 0f;
|
||||||
protected float autoPositionOffsetX = 10f;
|
protected float autoPositionOffsetX = 10f;
|
||||||
private String _myAddress = "";
|
protected String _myAddress = "";
|
||||||
private boolean mouseover;
|
protected boolean mouseover;
|
||||||
protected final T me = ( T ) this;
|
protected final T me = ( T ) this;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Convenience constructor to extend ControllerGroup.
|
* Convenience constructor to extend ControllerGroup.
|
||||||
*/
|
*/
|
||||||
public ControllerGroup( ControlP5 theControlP5 , String theName ) {
|
public ControllerGroup( ControlP5 theControlP5 , String theName ) {
|
||||||
this( theControlP5 , theControlP5.getDefaultTab( ) , theName , 0f , 0f );
|
this( theControlP5 , theControlP5.getDefaultTab( ) , theName , 0 , 0 );
|
||||||
cp5.register( theControlP5.papplet , theName , this );
|
cp5.register( theControlP5.papplet , theName , this );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user