Struct oxygengine_user_interface::resource::UserInterface [−][src]
pub struct UserInterface {}Show fields
pub pointer_axis_x: String, pub pointer_axis_y: String, pub pointer_action_trigger: String, pub pointer_context_trigger: String, pub navigate_accept: String, pub navigate_cancel: String, pub navigate_up: String, pub navigate_down: String, pub navigate_left: String, pub navigate_right: String, pub navigate_prev: String, pub navigate_next: String, pub text_move_cursor_left: String, pub text_move_cursor_right: String, pub text_move_cursor_start: String, pub text_move_cursor_end: String, pub text_delete_left: String, pub text_delete_right: String, // some fields omitted
Fields
pointer_axis_x: String
pointer_axis_y: String
pointer_action_trigger: String
pointer_context_trigger: String
text_move_cursor_left: String
text_move_cursor_right: String
text_move_cursor_start: String
text_move_cursor_end: String
text_delete_left: String
text_delete_right: String
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for UserInterface
impl Send for UserInterface
impl Sync for UserInterface
impl Unpin for UserInterface
impl !UnwindSafe for UserInterface