mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-02 18:07:18 +08:00
Task #3951 - Clear filename stored in synwinxt on mouse up
- renamed some functions for file drag/drop to be more similar to existing - improved log messages for the library loader - removed hack that blocked .exe and .lnk files (annoying for developers) - removed hack that always clears dragging filename (not very robust)
This commit is contained in:
@@ -114,7 +114,7 @@ CPlatformScreen::pollPressedKeys(KeyButtonSet& pressedKeys) const
|
||||
}
|
||||
|
||||
bool
|
||||
CPlatformScreen::getDraggingStarted()
|
||||
CPlatformScreen::isDraggingStarted()
|
||||
{
|
||||
if (CApp::instance().argsBase().m_enableDragDrop) {
|
||||
return m_draggingStarted;
|
||||
|
||||
Reference in New Issue
Block a user