handle mouse events
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
if (DEFINED ENV{IDF_PATH})
|
||||
idf_component_register(SRCS
|
||||
PushButton.cpp
|
||||
INCLUDE_DIRS "include"
|
||||
)
|
||||
return()
|
||||
endif()
|
||||
idf_component_register(SRCS
|
||||
PushButton.cpp
|
||||
INCLUDE_DIRS "include"
|
||||
)
|
||||
return()
|
||||
endif ()
|
||||
|
||||
cmake_minimum_required(VERSION 3.30)
|
||||
project(peter)
|
||||
|
Reference in New Issue
Block a user