mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -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 use clipboard::ClipboardContext; // TODO: remove
|
||||||
|
|
||||||
pub struct GliumInputState {
|
pub struct GliumInputState {
|
||||||
raw: egui::RawInput,
|
pub raw: egui::RawInput,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl GliumInputState {
|
impl GliumInputState {
|
||||||
|
|||||||
Reference in New Issue
Block a user