~rapidrollout/rapidcore-java/dev

« back to all changes in this revision

Viewing changes to src/com/rapidrollout/RapidCore/Gui/v0.java

  • Committer: forest.bond at rapidrollout
  • Date: 2012-02-13 19:42:25 UTC
  • Revision ID: forest.bond@rapidrollout.com-20120213194225-zhsf4lwd2vt29btm
Add method CalibrateInputDevice to interface com.rapidrollout.RapidCore.Gui.v0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2011 Outpost Embedded, LLC
 
1
/* Copyright (c) 2011-2012 Outpost Embedded, LLC
2
2
 * This file is part of the rapidcore-java software package.
3
3
 * 
4
4
 * rapidcore-java is free software; you can redistribute it and/or modify it
30
30
   }
31
31
 
32
32
  public void SetProperty(String name, Variant value);
 
33
  public void CalibrateInputDevice();
33
34
  public List<Map<String,Variant>> GetModes();
34
35
  public Map<String,Variant> GetProperties();
35
36