Expand description
Re-exportsยง
pub use accesskit_winit;pub use egui;pub use winit;
Modulesยง
- clipboard
- safe_
area ๐ - window_
settings ๐
Structsยง
- Event
Response - State
- Handles the integration between egui and a winit Window.
- Window
Settings - Can be used to store native window settings (position and size).
Enumsยง
Functionsยง
- apply_
viewport_ builder_ to_ window - Applies what
create_winit_window_buildercouldnโt - create_
window - Build and intitlaize a window.
- create_
winit_ window_ attributes - inner_
rect_ in_ points - 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 the
Key::Enterevent. - key_
from_ ๐key_ code - key_
from_ ๐named_ key - key_
from_ ๐winit_ key - open_
url_ ๐in_ browser - outer_
rect_ in_ points - pixels_
per_ point - Calculate the
pixels_per_pointfor a given window, given the current egui zoom factor - process_
viewport_ ๐command - process_
viewport_ commands - screen_
size_ in_ pixels - short_
device_ event_ description - Short and fast description of a device event. Useful for logging and profiling.
- short_
window_ event_ description - Short and fast description of a window event. Useful for logging and profiling.
- to_
egui_ ๐theme - to_
winit_ ๐icon - translate_
cursor ๐ - translate_
mouse_ ๐button - update_
viewport_ info - Update the given viewport info with the current state of the window.