Function setkeymap [src]
Alias for std.c.serenity.setkeymap
Prototype
pub extern "c" fn setkeymap(name: [*]const u8, map: [*]const u32, shift_map: [*]const u32, alt_map: [*]const u32, altgr_map: [*]const u32, shift_altgr_map: [*]const u32) c_int
Parameters
name: [*]const u8
map: [*]const u32
shift_map: [*]const u32
alt_map: [*]const u32
altgr_map: [*]const u32
shift_altgr_map: [*]const u32
Source
pub extern "c" fn setkeymap(name: [*]const u8, map: [*]const u32, shift_map: [*]const u32, alt_map: [*]const u32, altgr_map: [*]const u32, shift_altgr_map: [*]const u32) c_int