Struct ppapi::input::WheelInputEventExperimental
[-]
[+]
[src]
pub struct WheelInputEvent(_);
pub struct WheelInputEvent(_);
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
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
impl Clone for WheelInputEvent
fn clone(&self) -> WheelInputEvent
fn clone_from(&mut self, source: &Self)
impl Drop for WheelInputEvent
fn drop(&mut self)
impl Show for WheelInputEvent
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)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).