diff options
Diffstat (limited to 'src/internal.h')
-rw-r--r-- | src/internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal.h b/src/internal.h index 6c40dc2..3721c10 100644 --- a/src/internal.h +++ b/src/internal.h @@ -43,6 +43,10 @@ puglViewStringChanged(PuglView* view, PuglStringHint key, const char* value); uint32_t puglDecodeUTF8(const uint8_t* buf); +/// Return `state` with any flags related to `key` removed +PuglMods +puglFilterMods(PuglMods state, PuglKey key); + /// Prepare a view to be realized by the platform implementation if possible PuglStatus puglPreRealize(PuglView* view); |