[egui_glium] make GliumInputState::raw public
Closes https://github.com/emilk/egui/issues/90
This commit is contained in:
parent
948d8ec6ed
commit
8fd58dc827
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue