Struct gdnative::InputEvent [−][src]
pub struct InputEvent { /* fields omitted */ }core class InputEvent : Resource (reference counted)
Base class
InputEvent inherits Resource and all of its methods.
Memory management
The lifetime of this object is automatically managed through reference counting.
Methods
impl InputEvent[src]
impl InputEventpub fn as_resource(&self) -> Resource[src]
pub fn as_resource(&self) -> ResourceUp-cast.
pub fn set_device(&mut self, device: i64)[src]
pub fn set_device(&mut self, device: i64)pub fn get_device(&self) -> i64[src]
pub fn get_device(&self) -> i64pub fn is_pressed(&self) -> bool[src]
pub fn is_pressed(&self) -> boolpub fn is_action(&self, action: GodotString) -> bool[src]
pub fn is_action(&self, action: GodotString) -> boolpub fn is_action_pressed(&self, action: GodotString) -> bool[src]
pub fn is_action_pressed(&self, action: GodotString) -> boolpub fn is_action_released(&self, action: GodotString) -> bool[src]
pub fn is_action_released(&self, action: GodotString) -> boolpub fn is_echo(&self) -> bool[src]
pub fn is_echo(&self) -> boolpub fn as_text(&self) -> GodotString[src]
pub fn as_text(&self) -> GodotStringpub fn action_match(&self, event: Option<InputEvent>) -> bool[src]
pub fn action_match(&self, event: Option<InputEvent>) -> boolpub fn shortcut_match(&self, event: Option<InputEvent>) -> bool[src]
pub fn shortcut_match(&self, event: Option<InputEvent>) -> boolpub fn is_action_type(&self) -> bool[src]
pub fn is_action_type(&self) -> boolpub fn xformed_by(
&self,
xform: Transform2D,
local_ofs: Vector2
) -> Option<InputEvent>[src]
pub fn xformed_by(
&self,
xform: Transform2D,
local_ofs: Vector2
) -> Option<InputEvent>pub fn cast<T: GodotObject>(&self) -> Option<T>[src]
pub fn cast<T: GodotObject>(&self) -> Option<T>Methods from Deref<Target = Resource>
pub fn as_reference(&self) -> Reference[src]
pub fn as_reference(&self) -> ReferenceUp-cast.
pub fn new_ref(&self) -> Self[src]
pub fn new_ref(&self) -> SelfCreates a new reference to the same object.
pub fn _setup_local_to_scene(&mut self)[src]
pub fn _setup_local_to_scene(&mut self)pub fn set_path(&mut self, path: GodotString)[src]
pub fn set_path(&mut self, path: GodotString)pub fn take_over_path(&mut self, path: GodotString)[src]
pub fn take_over_path(&mut self, path: GodotString)pub fn get_path(&self) -> GodotString[src]
pub fn get_path(&self) -> GodotStringpub fn set_name(&mut self, name: GodotString)[src]
pub fn set_name(&mut self, name: GodotString)pub fn get_name(&self) -> GodotString[src]
pub fn get_name(&self) -> GodotStringpub fn get_rid(&self) -> Rid[src]
pub fn get_rid(&self) -> Ridpub fn set_local_to_scene(&mut self, enable: bool)[src]
pub fn set_local_to_scene(&mut self, enable: bool)pub fn is_local_to_scene(&self) -> bool[src]
pub fn is_local_to_scene(&self) -> boolpub fn get_local_scene(&self) -> Option<Node>[src]
pub fn get_local_scene(&self) -> Option<Node>pub fn setup_local_to_scene(&mut self)[src]
pub fn setup_local_to_scene(&mut self)pub fn duplicate(&self, subresources: bool) -> Option<Resource>[src]
pub fn duplicate(&self, subresources: bool) -> Option<Resource>pub fn cast<T: GodotObject>(&self) -> Option<T>[src]
pub fn cast<T: GodotObject>(&self) -> Option<T>Trait Implementations
impl GodotObject for InputEvent[src]
impl GodotObject for InputEventfn class_name() -> &'static str[src]
fn class_name() -> &'static strunsafe fn from_sys(obj: *mut godot_object) -> Self[src]
unsafe fn from_sys(obj: *mut godot_object) -> Selfunsafe fn to_sys(&self) -> *mut godot_object[src]
unsafe fn to_sys(&self) -> *mut godot_objectimpl Deref for InputEvent[src]
impl Deref for InputEventtype Target = Resource
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.
impl DerefMut for InputEvent[src]
impl DerefMut for InputEventAuto Trait Implementations
impl !Send for InputEvent
impl !Send for InputEventimpl !Sync for InputEvent
impl !Sync for InputEvent