]> git.tdb.fi Git - libs/game.git/commit
Implement moving toys with the mouse in the playground example
authorMikko Rasa <tdb@tdb.fi>
Mon, 31 Mar 2025 12:08:46 +0000 (15:08 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 31 Mar 2025 12:35:51 +0000 (15:35 +0300)
commitb67ba7691d338bdb5980971a70d9e847867486e8
treeedd9a3671c63c2c0b393d9151a07ff020aa883f5
parent307829214e042f7ed4130b78426ad3635193b352
Implement moving toys with the mouse in the playground example
examples/playground/data/keyboard_mouse.binds [new file with mode: 0644]
examples/playground/source/controls.cpp [new file with mode: 0644]
examples/playground/source/controls.h [new file with mode: 0644]
examples/playground/source/mousepicker.cpp [new file with mode: 0644]
examples/playground/source/mousepicker.h [new file with mode: 0644]
examples/playground/source/playground.cpp
examples/playground/source/playground.h
examples/playground/source/toy.h