Searched refs:DK_INPUT_BUFFER_MAX_SIZE (Results 1 – 1 of 1) sorted by relevance
47 protected static int DK_INPUT_BUFFER_MAX_SIZE = 1024 * 4; // max 1024 Unicode chars field in Nintendo.SDSG.KeyboardInputProcessorBase56 protected byte[] dk_input_buffer = new byte[DK_INPUT_BUFFER_MAX_SIZE];534 if (this.dk_input_count + bytesToBuffer >= DK_INPUT_BUFFER_MAX_SIZE) in BufferOrDiscardDKInput()