disable ssl in curl on android, implement interactive permission for android 23+
This commit is contained in:
@@ -162,7 +162,7 @@ void CanvasModePen::on_MouseEvent(MouseEvent* me, glm::vec2& loc)
|
||||
|
||||
void CanvasModePen::on_Draw(const glm::mat4& ortho, const glm::mat4& proj, const glm::mat4& camera)
|
||||
{
|
||||
#ifndef __IOS__
|
||||
#if !(defined(__IOS__) || defined(__ANDROID__))
|
||||
//if (!m_dragging)
|
||||
{
|
||||
auto pos = m_resizing ? m_size_pos_start : m_cur_pos;
|
||||
|
||||
Reference in New Issue
Block a user