Project

General

Profile

« Previous | Next » 

Revision 9c7d220a

Added by Leszek Koltunski 2 months ago

Save the colors and sticker properties to Preferences.

View differences:

src/main/java/org/distorted/objectlib/helpers/OperatingSystemInterface.java
60 60
  void remove(String key);
61 61
  void putInt(String key, int value);
62 62
  int getInt(String key, int def);
63
  void putFloat(String key, float value);
64
  float getFloat(String key, float def);
65
  void putString(String key, String value);
66
  String getString(String key, String def);
63 67

  
64 68
  ///////////////////////////////////////////
65 69
  // STRINGS

Also available in: Unified diff