Code review comments

- Revert version back to 0.0.4
- Add comment that set_cursor has no effect on Android
This commit is contained in:
Bryan Bell 2015-01-13 01:23:34 -08:00
parent 5389c73b85
commit 0fba0a9a73
2 changed files with 2 additions and 1 deletions

View file

@ -617,6 +617,7 @@ impl Window {
}
/// Modifies the mouse cursor of the window.
/// Has no effect on Android.
pub fn set_cursor(&mut self, cursor: MouseCursor) {
self.window.set_cursor(cursor);
}