public JoshGameLibrary20()
 {
     mDeviceReady = false;
     mDevice      = null;
 }
Beispiel #2
0
 public Logger(GameDevice device)
 {
     mDevice = device ?? throw new Exception("Logger: initial with null GameDevice");
 }
 public virtual void OnEvent(GameDevice device, int evt, Object data)
 {
 }