Uses of Class
pl.tph.javatacka.input.InputManager

Packages that use InputManager
pl.tph.javatacka.game   
 

Uses of InputManager in pl.tph.javatacka.game
 

Fields in pl.tph.javatacka.game declared as InputManager
private  InputManager GameCore.input
          Menadżer wejścia z klawiatury i myszy.
 

Methods in pl.tph.javatacka.game with parameters of type InputManager
 Player GamePreferences.getPlayer(int i, InputManager input)
          Tworzy i zwraca referencję na obiekt klasy Player na podstawie przechowywanych danych.
 

Constructors in pl.tph.javatacka.game with parameters of type InputManager
Player(java.lang.String name, java.awt.Color color, int leftKeyCode, int rightKeyCode, InputManager input)
          Konstruuje nowy obiekt klasy Player na podstawie podanych argumentów.