if (this.getKeyStates()==GameCanvas.LEFT_PRESSED){
System.out.println("左侧''");
}
if ((this.getKeyStates()&GameCanvas.RIGHT_PRESSED)!=0){
System.out.println("right侧''");
}
---------------------------------
if ((this.getKeyStates()&GameCanvas.RIGHT_PRESSED)!=0) 这句是什么意思呢
还是不能理解,可以解一下吗