Struct ppapi::input::WheelInputEventExperimental [-]  [+] [src]

pub struct WheelInputEvent(_);

Methods

impl WheelInputEvent

fn new(res: PP_Resource) -> WheelInputEvent

fn new_bumped(res: PP_Resource) -> WheelInputEvent

impl WheelInputEvent

fn get_delta(&self) -> FloatPoint

fn get_ticks(&self) -> FloatPoint

fn get_scroll_by_page(&self) -> bool

Trait Implementations

impl Send for WheelInputEvent

impl Resource for WheelInputEvent

fn unwrap(&self) -> PP_Resource

fn type_of(&self) -> ResourceType

impl ToOption<PP_Resource> for WheelInputEvent

fn to_option(from: &PP_Resource) -> Option<WheelInputEvent>

impl InputEvent for WheelInputEvent

fn modifiers(&self) -> Modifiers

fn timestamp(&self) -> Ticks

impl Clone for WheelInputEvent

fn clone(&self) -> WheelInputEvent

fn clone_from(&mut self, source: &Self)

impl Drop for WheelInputEvent

fn drop(&mut self)

Derived Implementations

impl Show for WheelInputEvent

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for WheelInputEvent

fn eq(&self, __arg_0: &WheelInputEvent) -> bool

fn ne(&self, __arg_0: &WheelInputEvent) -> bool

impl Eq for WheelInputEvent

fn assert_receiver_is_total_eq(&self)

impl<__S: Writer + Hasher> Hash<__S> for WheelInputEvent

fn hash(&self, __arg_0: &mut __S)