Skip to content

Commit

Permalink
Add lv_windows_keypad_device.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jan 12, 2024
1 parent ff9dd57 commit c1d9912
Show file tree
Hide file tree
Showing 6 changed files with 452 additions and 345 deletions.
2 changes: 2 additions & 0 deletions LvglWindowsSimulator/LvglWindowsSimulator.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@
<ClInclude Include="lv_conf.h" />
<ClInclude Include="lv_windows_context.h" />
<ClInclude Include="lv_windows_interop.h" />
<ClInclude Include="lv_windows_keypad_device.h" />
<ClInclude Include="lv_windows_pointer_device.h" />
<ClInclude Include="win32drv.h" />
</ItemGroup>
Expand Down Expand Up @@ -963,6 +964,7 @@
<ClCompile Include="LvglWindowsSimulator.cpp" />
<ClCompile Include="lv_windows_context.c" />
<ClCompile Include="lv_windows_interop.c" />
<ClCompile Include="lv_windows_keypad_device.c" />
<ClCompile Include="lv_windows_pointer_device.c" />
<ClCompile Include="win32drv.c" />
</ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions LvglWindowsSimulator/LvglWindowsSimulator.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@
<ClInclude Include="lv_windows_context.h" />
<ClInclude Include="lv_windows_interop.h" />
<ClInclude Include="lv_windows_pointer_device.h" />
<ClInclude Include="lv_windows_keypad_device.h" />
</ItemGroup>
<ItemGroup>
<Manifest Include="LvglWindowsSimulator.manifest" />
Expand Down Expand Up @@ -2749,6 +2750,7 @@
<ClCompile Include="lv_windows_context.c" />
<ClCompile Include="lv_windows_interop.c" />
<ClCompile Include="lv_windows_pointer_device.c" />
<ClCompile Include="lv_windows_keypad_device.c" />
</ItemGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)..\LvglPlatform\freetype\.clang-format">
Expand Down
Loading

0 comments on commit c1d9912

Please sign in to comment.