README FIX

master
Alexey Gulev 2018-01-04 01:06:32 +03:00
parent 199c68216f
commit b7f27de48e
3 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@ function init(self)
defos.disable_window_resize()
defos.disable_mouse_cursor()
defos.enable_mouse_cursor()
defos.set_window_size(-1,-1,800,600)
defos.get_window_size()
defos.set_window_size(10, 10, 800, 600)
defos.set_window_title("I set this title using Defos")
defos.toggle_maximize()
defos.is_maximized()
@ -37,4 +38,4 @@ Use issues for feature requests.
## Example
An example is made using [DirtyLarry](https://github.com/andsve/dirtylarry)
![Defos example screenshot](https://cdn.rawgit.com/AGulev/defos/a5e377af/docs/example_screenshot.png)
![Defos example screenshot](https://user-images.githubusercontent.com/2209596/34541914-31af02fc-f0eb-11e7-9c16-a3088366c62d.jpg)

BIN
docs/example_screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB