Deskflow 1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
Unicode.cpp File Reference
#include "base/Unicode.h"
#include <assert.h>
Include dependency graph for Unicode.cpp:

Functions

static uint16_t decode16 (const uint8_t *n, bool byteSwapped)
static uint32_t decode32 (const uint8_t *n, bool byteSwapped)
static void resetError (bool *errors)
static void setError (bool *errors)

Function Documentation

◆ decode16()

uint16_t decode16 ( const uint8_t * n,
bool byteSwapped )
inlinestatic

◆ decode32()

uint32_t decode32 ( const uint8_t * n,
bool byteSwapped )
inlinestatic

◆ resetError()

void resetError ( bool * errors)
inlinestatic

◆ setError()

void setError ( bool * errors)
inlinestatic