Crate egui_winit
source ยทExpand description
Re-exportsยง
Modulesยง
- window_
settings ๐
Structsยง
- Handles the integration between egui and a winit Window.
- Can be used to store native window settings (position and size).
Enumsยง
Functionsยง
- Applies what
create_winit_window_builder
couldnโt - Build and intitlaize a window.
- is_
copy_ ๐command - is_
cut_ ๐command - is_
paste_ ๐command - is_
printable_ ๐char Winit sends special keys (backspace, delete, F1, โฆ) as characters. Ignore those. We also ignore โ\rโ, โ\nโ, โ\tโ. Newlines are handled by theKey::Enter
event. - key_
from_ ๐key_ code - key_
from_ ๐named_ key - key_
from_ ๐winit_ key - open_
url_ ๐in_ browser - Calculate the
pixels_per_point
for a given window, given the current egui zoom factor - Short and fast description of a device event. Useful for logging and profiling.
- Short and fast description of a window event. Useful for logging and profiling.
- to_
egui_ ๐theme - to_
winit_ ๐icon - translate_
cursor ๐ - Update the given viewport info with the current state of the window.