librime 1.2
Rime Input Method Engine, the core library
rime::ChordingState Struct Reference

#include <chord_composer.h>

Public Member Functions

bool IsPressed (int ch) const
bool PressKey (int ch)
bool ReleaseKey (int ch)
bool AddKeyToChord (int ch)
void Clear ()

Public Attributes

Chord pressed_keys
Chord recognized_chord

Member Function Documentation

◆ AddKeyToChord()

bool rime::ChordingState::AddKeyToChord ( int ch)
inline

◆ Clear()

void rime::ChordingState::Clear ( )
inline

◆ IsPressed()

bool rime::ChordingState::IsPressed ( int ch) const
inline

◆ PressKey()

bool rime::ChordingState::PressKey ( int ch)
inline

◆ ReleaseKey()

bool rime::ChordingState::ReleaseKey ( int ch)
inline

Member Data Documentation

◆ pressed_keys

Chord rime::ChordingState::pressed_keys

◆ recognized_chord

Chord rime::ChordingState::recognized_chord

The documentation for this struct was generated from the following file: