Skip to content
Snippets Groups Projects
Commit 5fe35230 authored by NikolaBabic's avatar NikolaBabic
Browse files

Added OSSettingsWriter interface

parent b3c82354
No related branches found
No related tags found
1 merge request!32Base system
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