mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-12-01 11:56:58 -05:00
Cleanup.
This commit is contained in:
parent
78ea520d7d
commit
2dd6b60d7e
1 changed files with 3 additions and 3 deletions
|
@ -155,14 +155,14 @@ namespace entry
|
||||||
char keyToAscii(entry::Key::Enum _key, bool _shiftModifier);
|
char keyToAscii(entry::Key::Enum _key, bool _shiftModifier);
|
||||||
bool processEvents(uint32_t& _width, uint32_t& _height, uint32_t& _debug, uint32_t& _reset, MouseState* _mouse = NULL, KeyState* _keyboard = NULL);
|
bool processEvents(uint32_t& _width, uint32_t& _height, uint32_t& _debug, uint32_t& _reset, MouseState* _mouse = NULL, KeyState* _keyboard = NULL);
|
||||||
|
|
||||||
|
bx::FileReaderI* getFileReader();
|
||||||
|
bx::FileWriterI* getFileWriter();
|
||||||
|
|
||||||
void setWindowSize(uint32_t _width, uint32_t _height);
|
void setWindowSize(uint32_t _width, uint32_t _height);
|
||||||
bool setWindowTitle(const char* _title);
|
bool setWindowTitle(const char* _title);
|
||||||
void toggleWindowFrame();
|
void toggleWindowFrame();
|
||||||
void setMouseLock(bool _lock);
|
void setMouseLock(bool _lock);
|
||||||
|
|
||||||
bx::FileReaderI* getFileReader();
|
|
||||||
bx::FileWriterI* getFileWriter();
|
|
||||||
|
|
||||||
} // namespace entry
|
} // namespace entry
|
||||||
|
|
||||||
#endif // ENTRY_H_HEADER_GUARD
|
#endif // ENTRY_H_HEADER_GUARD
|
||||||
|
|
Loading…
Reference in a new issue