mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 10:06:35 +03:00
Added InputEvent::MouseWheel event. Also added onMouseWheel event for Node.
Enabled wheel scroll momentum for macOS on ecode.
This commit is contained in:
@@ -3287,6 +3287,7 @@ void App::init( const LogLevel& logLevel, std::string file, const Float& pidelDe
|
||||
#endif
|
||||
#if EE_PLATFORM == EE_PLATFORM_MACOS
|
||||
macOS_CreateApplicationMenus();
|
||||
macOS_EnableScrollMomentum();
|
||||
|
||||
mThreadPool->run( [this]() {
|
||||
// Checks if the default shell path contains more paths
|
||||
|
||||
Reference in New Issue
Block a user