mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Renamed RCLICK -> SHOW_POPUP
This commit is contained in:
@@ -28,7 +28,7 @@ void EventDispatcher::processLists(ui16 activityFlag, const Functor & cb)
|
||||
};
|
||||
|
||||
processList(AEventsReceiver::LCLICK, lclickable);
|
||||
processList(AEventsReceiver::RCLICK, rclickable);
|
||||
processList(AEventsReceiver::SHOW_POPUP, rclickable);
|
||||
processList(AEventsReceiver::HOVER, hoverable);
|
||||
processList(AEventsReceiver::MOVE, motioninterested);
|
||||
processList(AEventsReceiver::KEYBOARD, keyinterested);
|
||||
|
||||
Reference in New Issue
Block a user