Function wacom_sys::libwacom_stylus_get_for_id [] [src]

pub unsafe extern "C" fn libwacom_stylus_get_for_id(
    db: *const WacomDeviceDatabase,
    id: c_int
) -> *const WacomStylus

Get the WacomStylus for the given tool ID.

@param db A Tablet and Stylus database. @param id The Tool ID for this stylus @return A WacomStylus representing the stylus. Do not free.