mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 05:25:14 +01:00
Update src/core/frontend/emu_window.h
clang-format Co-authored-by: BreadFish64 <mohror64@gmail.com>
This commit is contained in:
parent
ff81fb04b4
commit
ce441237cf
@ -114,12 +114,12 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Save current GraphicsContext.
|
* Save current GraphicsContext.
|
||||||
*/
|
*/
|
||||||
virtual void SaveContext() {};
|
virtual void SaveContext(){};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Restore saved GraphicsContext.
|
* Restore saved GraphicsContext.
|
||||||
*/
|
*/
|
||||||
virtual void RestoreContext() {};
|
virtual void RestoreContext(){};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Signal that a touch pressed event has occurred (e.g. mouse click pressed)
|
* Signal that a touch pressed event has occurred (e.g. mouse click pressed)
|
||||||
|
Loading…
Reference in New Issue
Block a user