updated readme.md
This commit is contained in:
parent
d9a9fe554f
commit
33f5084410
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user