1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#![allow(dead_code)]

#[macro_use] extern crate glium;
extern crate glium_text;
extern crate find_folder;

pub mod ui;
// // [TEMP]:
// mod window;

pub mod util;

// // [TEMP]:
// pub use self::window::Window;

pub use self::ui::{Button, HexButton, TextBox, MouseState, KeyboardState, Element, ElementBorder, 
	ElementKind, ElementText, Pane, Shape2d, Vertex, CustomEventRemainder, /*MouseInputHandler, 
	KeyboardInputHandler,*/ TextAlign, EventRemainder, HandlerOption, UiRequest, SetMouseFocus, RectButton};

pub use glium::glutin::{Event, ElementState, MouseButton, MouseScrollDelta, VirtualKeyCode};

// Event Variants:
// http://tomaka.github.io/glium/glium/glutin/enum.Event.html