updated readme.md

This commit is contained in:
Carlos Aragones 2020-09-21 14:43:00 +02:00
parent d9a9fe554f
commit 33f5084410

View File

@ -230,6 +230,9 @@ unsigned mfb_get_window_width(struct mfb_window *window);
unsigned mfb_get_window_height(struct mfb_window *window);
int mfb_get_mouse_x(struct mfb_window *window); // Last mouse pos X
int mfb_get_mouse_y(struct mfb_window *window); // Last mouse pos Y
// Not working on Linux (X11 nor Wayland)
void mfb_get_monitor_dpi(struct mfb_window *window, float *dpi_x, float *dpi_y)
```
Timers are also available.