Search found 2 matches
- Sat Aug 02, 2014 22:51
- Forum: Modifications / Integrations / Customisations
- Topic: [Bug or Feature] Override of D3D9 render states
- Replies: 2
- Views: 10679
[Bug or Feature] Override of D3D9 render states
Hi, Not restoring states caused a lot of artifacts. I fixed Direct3D9Renderer to restore the state and now it is better. Maybe someone will find it useful. 03/08/2014 00:12:54 (Std) ******************************************************************************** 03/08/2014 00:12:54 (Std) ---- Versio...
- Sat Aug 02, 2014 16:22
- Forum: Help
- Topic: [Solved] EventClicked is not firing
- Replies: 0
- Views: 11762
[Solved] EventClicked is not firing
Hi Everyone, I am trying to draw overlay menu on top of some Direct3d 9 application. Key Press events are fired and handled properly. Button changes colour with mouse over it. When I try to inject mouse button click, it always fails. While firing click event PushButton::onClick is called, but then i...