FransBouma / InjectableGenericCameraSystem

This is a generic camera system to be used as the base for cameras for taking screenshots within games. The main purpose of the system is to hijack the in-game 3D camera by overwriting values in its camera structure with our own values so we can control where the camera is located, it's pitch/yaw/roll values, its FoV and the camera's look vector.
BSD 2-Clause "Simplified" License
718 stars 249 forks source link

cannot take screenshot suddely #123

Closed sendu666 closed 4 years ago

sendu666 commented 4 years ago

Been using it for re3 2020, it was working well before, suddenly I could't take screenshot (using steam in-game screenshot key)every time I use this camera,then I could take screenshot again once the camera disabled, what might cause this?

sendu666 commented 4 years ago

oh never mind I figured out, it';s the "."

FransBouma commented 4 years ago

Indeed. 😄 By default I block all input :)