mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
[egui_glium] make GliumInputState::raw public
Closes https://github.com/emilk/egui/issues/90
This commit is contained in:
@@ -27,7 +27,7 @@ use {
|
||||
pub use clipboard::ClipboardContext; // TODO: remove
|
||||
|
||||
pub struct GliumInputState {
|
||||
raw: egui::RawInput,
|
||||
pub raw: egui::RawInput,
|
||||
}
|
||||
|
||||
impl GliumInputState {
|
||||
|
||||
Reference in New Issue
Block a user