winit/src/api/win32
Mathijs van de Nes 4046a892ee Fix Window.set_inner_size() on Win32
Previously, the function would actually set the outer size of the window
instead of the inner size.
We fix this by first letting windows calculate the outer size based upon
the specified inner size.
2015-09-23 13:11:00 +02:00
..
callback.rs Handle events for Alt-<Key> and F10 presses in windows 2015-08-29 17:00:05 +03:00
event.rs Modified Windows key event handling to support modifier keys. 2015-08-26 14:37:05 +01:00
init.rs Remove BuilderAttribs 2015-09-21 14:03:05 +02:00
mod.rs Fix Window.set_inner_size() on Win32 2015-09-23 13:11:00 +02:00
monitor.rs Correct window creation on X11 2015-07-19 13:53:40 +02:00