Function getState [src]
Retrieves the current state of a pointer device.
Prototype
pub fn getState(self: *const AbsolutePointer, state: *State) Status
Parameters
self: *const AbsolutePointer
state: *State
Source
pub fn getState(self: *const AbsolutePointer, state: *State) Status {
return self._get_state(self, state);
}