2 Migration from 2.x to 3.0
David Fort edited this page 2022-12-13 14:36:30 +01:00

3.0 is not final yet, so this is work in progress

Input handling

  • The meaning of KBD_FLAGS_DOWN changed to the meaning in the RDP spec (that is KEY REPEATED), check for absence of KBD_FLAGS_RELEASE, e.g. if ((flags & KBD_FLAGS_RELEASE) == 0) instead
  • freerdp_input_send_keyboard_event_ex now has an additional argument to handle flags properly