Updated javadoc

This commit is contained in:
endolf 2007-10-27 09:11:51 +00:00
parent 3694ba5514
commit b210efd1d0

View file

@ -94,9 +94,9 @@ public abstract class AbstractComponent implements Component {
/**
* Returns the data from the last time the control has been polled.
* If this axis is a button, the value returned will be either 0.0f or 1.0f.
* If this axis is normalized, the value returned will be between -1.0f and
* If this axis is normalised, the value returned will be between -1.0f and
* 1.0f.
* @return 0.0f by default, can be overridden
* @return The data from the last time the control has been polled.
*/
public final float getPollData() {
if (!has_polled && !isRelative()) {