Skip to content
Snippets Groups Projects
Commit 40efd81f authored by NikolaBabic's avatar NikolaBabic
Browse files

Revert "Delete OSSettingsWriter.java"

This reverts commit 00fafe28
parent 00fafe28
No related branches found
No related tags found
No related merge requests found
package model;
public interface OSSettingsWriter {
/**
* Sets the mouse pointer speed to a given new speed.
* @param speed The new speed of the mouse pointer from 1 to 20
* @return If setting the new mouse speed was successful.
*/
boolean setMouseSpeed(int speed);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment