feat: Add event filters (#5)

This commit is contained in:
2024-03-11 23:50:22 +03:00
parent 79a286dd6d
commit ca5ca3c3c6
5 changed files with 31 additions and 13 deletions

View File

@@ -40,6 +40,10 @@ extern "C" {
#[link_name = "_get_lang"]
pub fn get_lang() -> u32;
// 40
#[link_name = "_set_event_mask"]
pub fn set_event_mask(mask: u32) -> u32;
// 63.1
#[link_name = "_debug_write"]
pub fn _debug_write(cl: u8);