Type Alias libvnc_sys::rfb::rfbGetKeyboardLedStateHookPtr
source · pub type rfbGetKeyboardLedStateHookPtr = Option<unsafe extern "C" fn(screen: *mut _rfbScreenInfo) -> c_int>;Expand description
support the capability to view the caps/num/scroll states of the X server
Aliased Type§
enum rfbGetKeyboardLedStateHookPtr {
None,
Some(unsafe extern "C" fn(_: *mut _rfbScreenInfo) -> i32),
}