Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added custom changes. See ChangeLog_rus.txt #247

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Laxx18
Copy link

@Laxx18 Laxx18 commented Mar 17, 2023

MyGUI_ComboBox:

  • set/getItemHeight
  • void setAutoHideList(bool autoHide); - Manually control whether to close the list

MyGUI_InputManager:

  • Changed double click threshold from 0.25 seconds to 0.5 seconds. Else it was often not possible to trigger an double click, but two times a single click has been triggered.

MyGUI_ListBox:

  • set/getItemHeight

MyGUI_ScrollBar:

  • Fixed mouse release: Additional Rising mouse release, so that it also can be used outside this scrollbar.

MyGUI_Widget:

  • Added x, y pixel threshold, because else lost focus is triggered in each input field to early and its not possible to adapt values properly
  • Usage: void Widget::setMouseHitThreshold(int xLeftThreshold, int xRightThreshold, int yLeftThreshold, int yRightThreshold)
    E.g. MyGUI::EditBox* edit;
    edit->setMouseHitThreshold(6, 6, 3, 3);

@Laxx18 Laxx18 force-pushed the mygui_extension_laxx18 branch from 419f6dd to 9ba0984 Compare March 17, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant