ysx1993

Results 9 comments of ysx1993

Hi, kwhat, I have tested libuiohook in linux deepin 20.2.4. MOUSE_BUTTON_2 is middle button and MOUSE_BUTTON_3 is right button, VC_KP_LEFT is VC_ALT_R, how to solve these problems?

Thanks kwhat, I have also tested libuiohook in windows10 and 11, MOUSE_BUTTON_2 is right button and MOUSE_BUTTON_3 is middle button, but it has not been tested in MacOS yet.

On Windows, Linux and MacOS, Qt keycode mapping is correct, you can refer to the source code: 1. windows https://github.com/qt/qtbase/blob/5.6/src/plugins/platforms/windows/qwindowskeymapper.cpp 2. xcb https://github.com/qt/qtbase/blob/5.6/src/plugins/platforms/xcb/qxcbkeyboard.cpp 3. cocoa https://github.com/qt/qtbase/blob/5.6/src/plugins/platforms/cocoa/qcocoakeymapper.mm

Hi nolden, i have two questions 1. As shown, when the user starts my program will create a folder named configration, this folder contains plugins.db database file, the file records...

I want to prohibit the creation of a configuration folder, and the following code is invalid: ctkProperties fwProps; fwProps.insert(ctkPluginFrameworkLauncher::PROP_CONFIG_AREA, 0); fwProps.insert(ctkPluginFrameworkLauncher::PROP_INSTALL_AREA, 0); fwProps.insert(ctkPluginConstants::FRAMEWORK_STORAGE, 0); fwProps.insert(ctkPluginFrameworkLauncher::PROP_HOME_LOCATION_AREA, 0); ctkPluginFrameworkLauncher::setFrameworkProperties(fwProps);

This is dxf file: [CAM_2022_02_08.zip](https://github.com/LibreCAD/libdxfrw/files/8039181/CAM_2022_02_08.zip)

libdxfrw codes: ``` #include #include #include class DxfFileReader : public DRW_Interface { public: void addHeader(const DRW_Header *data) { } void addLType(const DRW_LType &data) { } void addLayer(const DRW_Layer &data) {...

可以加下微信请教一下吗?

@scumer 在Pull requests里能看到我修复的分支