diff --git a/intern/ghost/intern/GHOST_WindowWin32.cpp b/intern/ghost/intern/GHOST_WindowWin32.cpp index c264686fbb1..8290f4ee205 100644 --- a/intern/ghost/intern/GHOST_WindowWin32.cpp +++ b/intern/ghost/intern/GHOST_WindowWin32.cpp @@ -1135,10 +1135,12 @@ void GHOST_WindowWin32::processWin32TabletEvent(WPARAM wParam, LPARAM lParam) break; case 1: case 4: + case 7: m_tabletData->Active = GHOST_kTabletModeStylus; /* stylus */ break; case 2: case 5: + case 8: m_tabletData->Active = GHOST_kTabletModeEraser; /* eraser */ break; }