mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 04:50:29 +00:00
Merge pull request #4783 from Lperlind/windows_game_input
Add windows game input to vendor
This commit is contained in:
@@ -2,6 +2,9 @@ package all
|
||||
|
||||
import wgpu "vendor:wgpu"
|
||||
import b2 "vendor:box2d"
|
||||
import game_input "vendor:windows/GameInput"
|
||||
|
||||
_ :: wgpu
|
||||
_ :: b2
|
||||
_ :: b2
|
||||
_ :: game_input
|
||||
|
||||
|
||||
1129
vendor/windows/GameInput/windows_game_input.odin
vendored
Normal file
1129
vendor/windows/GameInput/windows_game_input.odin
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user