added color picking with ALT key, added crash report library for windows
This commit is contained in:
@@ -178,5 +178,9 @@ void WacomTablet::handle_message(HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lPar
|
||||
|
||||
float WacomTablet::get_pressure() const
|
||||
{
|
||||
return m_pen_down ? m_pen_pres : 1.f;
|
||||
return m_pen_pres;
|
||||
}
|
||||
void WacomTablet::reset_pressure()
|
||||
{
|
||||
m_pen_pres = 1.f;
|
||||
}
|
||||
Reference in New Issue
Block a user